From 8d4ce3549a0bf0e3569df3aae7423b7743cd05a9 Mon Sep 17 00:00:00 2001 From: Martin Marcher Date: Tue, 30 May 2017 21:56:48 +0200 Subject: [PATCH] Update README.md Fix description to actually install generator as well as latest version of the library --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: