From c7fb68aecc67c1e6e4b942925894abdc1ef71834 Mon Sep 17 00:00:00 2001 From: artlovan Date: Thu, 17 Jan 2019 21:31:16 -0500 Subject: [PATCH] fixed typo in cobra readme --- cobra/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cobra/README.md b/cobra/README.md index 6054f95c..36ba2094 100644 --- a/cobra/README.md +++ b/cobra/README.md @@ -28,9 +28,9 @@ cobra init github.com/spf13/newApp Once an application is initialized, Cobra can create additional commands for you. Let's say you created an app and you wanted the following commands for it: -* app serve -* app config -* app config create +* add serve +* add config +* add config create In your project directory (where your main.go file is) you would run the following: