Skip to content

Commit

Permalink
Modifying "snake-case" to "kebab-case" for clarity. (#1196)
Browse files Browse the repository at this point in the history
  • Loading branch information
dhermes committed Sep 16, 2020
1 parent 8a39cb2 commit 7f8e83d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cobra/README.md
Expand Up @@ -52,7 +52,7 @@ cobra add config
cobra add create -p 'configCmd'
```

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

Expand Down

0 comments on commit 7f8e83d

Please sign in to comment.