Update README.md

This commit is contained in:
Nick Busey 2019-06-10 08:06:27 -06:00 committed by GitHub
parent f2b07da1e2
commit 6c4d2f76cb
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.
```
cobra init github.com/spf13/newApp
cobra init --pkg-name github.com/spf13/app
```
### cobra add