From 6c4d2f76cb78afb6059162df23f58414ab2dbbea Mon Sep 17 00:00:00 2001 From: Nick Busey Date: Mon, 10 Jun 2019 08:06:27 -0600 Subject: [PATCH] Update README.md --- cobra/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cobra/README.md b/cobra/README.md index 6054f95c..3af96305 100644 --- a/cobra/README.md +++ b/cobra/README.md @@ -20,7 +20,7 @@ Cobra init is pretty smart. You can provide it a full path, or simply a path similar to what is expected in the import. ``` -cobra init github.com/spf13/newApp +cobra init --pkg-name github.com/spf13/app ``` ### cobra add