Bug fix in README (#1199)

Bug fixed in `README.md`.
This commit is contained in:
Arda Aytekin 2020-09-16 17:26:27 +02:00 committed by GitHub
parent 2a8d0f327d
commit 8a39cb2614
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -108,7 +108,7 @@ Using Cobra is easy. First, use `go get` to install the latest version
of the library. This command will install the `cobra` generator executable
along with the library and its dependencies:
go get -u github.com/spf13/cobra/cobra
go get -u github.com/spf13/cobra
Next, include Cobra in your application: