Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
francescopepe authored Jul 26, 2023
1 parent 4e0a3e7 commit cef5550
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ Go queue worker is a powerful and flexible Golang library designed to simplify t

## Installation

Make sure you have Go installed (download)[https://go.dev/dl/]
Make sure you have Go installed [download](https://go.dev/dl/)

Initialize your project by creating a folder and then running `go mod init github.com/your/repo` inside the folder. Then install the library with the (`go get`)[https://pkg.go.dev/cmd/go/#hdr-Add_dependencies_to_current_module_and_install_them] command:
Initialize your project by creating a folder and then running `go mod init github.com/your/repo` inside the folder. Then install the library with the [`go get`](https://pkg.go.dev/cmd/go/#hdr-Add_dependencies_to_current_module_and_install_them) command:

```bash
go get -u github.com/francescopepe/go-queue-worker
Expand Down

0 comments on commit cef5550

Please sign in to comment.