diff --git a/README.md b/README.md index 9a3f28e0..4dd54292 100644 --- a/README.md +++ b/README.md @@ -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 + go get -u github.com/spf13/cobra/cobra Next, include Cobra in your application: