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

View File

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