From 8a39cb261478a2bedc5759889215a788eadc1d7d Mon Sep 17 00:00:00 2001 From: Arda Aytekin Date: Wed, 16 Sep 2020 17:26:27 +0200 Subject: [PATCH] Bug fix in README (#1199) Bug fixed in `README.md`. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 53d174c7..dd937e57 100644 --- a/README.md +++ b/README.md @@ -108,7 +108,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: