From f491ee284b0e83c2fa6f5590e5fbe808cdfb94b8 Mon Sep 17 00:00:00 2001 From: kballou Date: Thu, 16 Apr 2015 15:15:33 -0600 Subject: [PATCH] Fix minor wording issue in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1b29a86e..86a80e1c 100644 --- a/README.md +++ b/README.md @@ -145,7 +145,7 @@ A flag can also be assigned locally which will only apply to that specific comma ### Remove a command from its parent -Removing a command is not a common action is simple program but it allows 3rd parties to customize an existing command tree. +Removing a command is not a common action in simple programs but it allows 3rd parties to customize an existing command tree. In this exemple, we remove the existing `VersionCmd` command of an existing root command, and we replace it by our own version.