From a32a54db18dd3e411c2713e0b3e9c87d46eb0c15 Mon Sep 17 00:00:00 2001 From: Mauro Siqueira <80120547+maurotrindade@users.noreply.github.com> Date: Fri, 22 Oct 2021 20:23:14 -0300 Subject: [PATCH] fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 074e3979..533f0a2b 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 + go get -u github.com/spf13/cobra/cobra Next, include Cobra in your application: