mirror of https://github.com/spf13/cobra.git
Fix link to cobra lib in README.md
This commit is contained in:
parent
4ba54a0f7f
commit
ca5710c94e
|
@ -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:
|
||||
|
||||
|
|
Loading…
Reference in New Issue