Merge pull request #939 from im-kulikov/patch-1

typo: fix wrong url in readme for v2
This commit is contained in:
lynn [they] 2019-11-19 00:04:40 -08:00 committed by GitHub
commit 92fa29ce8d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,7 +25,7 @@ Usage documentation exists for each major version. Don't know what version you'r
**Warning**: `v2` is in a beta state.
```
$ go get github.com/urfave/cli.v2
$ go get github.com/urfave/cli/v2
```
```go