Fix cobra generator readme file

This commit is contained in:
XSB 2019-07-22 12:10:07 +02:00 committed by GitHub
parent 2d7544ebde
commit 7a37ccbc89
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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. similar to what is expected in the import.
``` ```
cobra init github.com/spf13/newApp cobra init --pkg-name github.com/spf13/newApp
``` ```
### cobra add ### cobra add