Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
See #269
  • Loading branch information
n10v authored May 1, 2017
1 parent 6f647b1 commit 69f86e6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,8 @@ cobra add config
cobra add create -p 'configCmd'
```

*Note: Use camelCase (not snake_case/snake-case) for command names. Otherwise, you will become unexpected errors. For example, `cobra add add-user` is incorrect, but `cobra add addUser` is valid.*

Once you have run these three commands you would have an app structure that would look like:

```
Expand Down

0 comments on commit 69f86e6

Please sign in to comment.