Update README.md

Co-Authored-By: Sascha Grunert <mail@saschagrunert.de>
This commit is contained in:
lynn [they] 2019-11-14 12:51:31 -08:00 committed by GitHub
parent 4545ff3aa1
commit 7739b8cf88
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,7 +31,7 @@ $ go get github.com/urfave/cli.v2
```go
...
import (
"github.com/urfave/cli.v2" // imports as package "cli"
"github.com/urfave/cli/v2" // imports as package "cli"
)
...
```