Skip to content

Commit

Permalink
Reword become unexpected errors to encounter errors
Browse files Browse the repository at this point in the history
  • Loading branch information
mailtruck authored and n10v committed Jun 23, 2017
1 parent 31694f1 commit e458bb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ cobra add create -p 'configCmd'
```

*Note: Use camelCase (not snake_case/snake-case) for command names.
Otherwise, you will become unexpected errors.
Otherwise, you will encounter 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 e458bb7

Please sign in to comment.