Skip to content

Commit

Permalink
fix: add modules /v3 suffix to install example
Browse files Browse the repository at this point in the history
The previous example in the README installed 1.2.8 rather than the
latest 3.x series
  • Loading branch information
dnwe committed Apr 28, 2021
1 parent 6d756b6 commit 1a7c239
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ make something configurable!
You can do that by using:

```sh
go get -u github.com/bombsimon/wsl/cmd/...
go get -u github.com/bombsimon/wsl/v3/cmd/...
```

### By golangci-lint (CI automation)
Expand Down

0 comments on commit 1a7c239

Please sign in to comment.