From ca5710c94eabe15aa1f74490b8e5976dc652e8c6 Mon Sep 17 00:00:00 2001 From: Albert Nigmatzianov Date: Fri, 19 May 2017 22:27:40 +0200 Subject: [PATCH] Fix link to cobra lib in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 07f7ea56..5508909a 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/cobra + go get -u github.com/spf13/cobra Next, include Cobra in your application: