From e458bb7ab84aae1bb4b4d36eccf9332f0d659e38 Mon Sep 17 00:00:00 2001 From: Brian Danowski Date: Thu, 22 Jun 2017 19:19:17 -0400 Subject: [PATCH] Reword `become unexpected errors` to `encounter errors` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ff844d2c..2772e626 100644 --- a/README.md +++ b/README.md @@ -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: