From 69f86e6d5d7a67467ecd43b4a3c98d9c143d11c4 Mon Sep 17 00:00:00 2001 From: Albert Nigmatzianov Date: Mon, 1 May 2017 23:08:34 +0200 Subject: [PATCH] Update README.md See #269 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 63ab94bf..a49748f1 100644 --- a/README.md +++ b/README.md @@ -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: ```