From 8f0203be891287870100e4af46262cdf4a4261d1 Mon Sep 17 00:00:00 2001 From: Albert Nigmatzianov Date: Tue, 2 May 2017 08:49:35 +0200 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a49748f1..b39d8cb3 100644 --- a/README.md +++ b/README.md @@ -215,7 +215,9 @@ 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.* +*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: