From 476e73f0938cb07c4bdbf2b464b8dc75acbee1ef Mon Sep 17 00:00:00 2001 From: Sam Boyer Date: Sun, 26 Apr 2015 08:53:29 -0400 Subject: [PATCH] Fix misspelling typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 86a80e1c..95e91324 100644 --- a/README.md +++ b/README.md @@ -147,7 +147,7 @@ A flag can also be assigned locally which will only apply to that specific comma 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. +In this example, we remove the existing `VersionCmd` command of an existing root command, and we replace it by our own version. mainlib.RootCmd.RemoveCommand(mainlib.VersionCmd) mainlib.RootCmd.AddCommand(versionCmd)