fixed typo in cobra readme

This commit is contained in:
artlovan 2019-01-17 21:31:16 -05:00
parent 7547e83b2d
commit c7fb68aecc

View file

@ -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: