Fix link to cobra lib in README.md

This commit is contained in:
Albert Nigmatzianov 2017-05-19 22:27:40 +02:00 committed by GitHub
parent 4ba54a0f7f
commit ca5710c94e

View file

@ -130,7 +130,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: