From 3cd046cb668303c3103ea0552cf2737e9aeea73d Mon Sep 17 00:00:00 2001 From: Hugo Leonardo Costa e Silva Date: Tue, 5 Aug 2014 21:28:49 -0300 Subject: [PATCH] Fix typo mistake on README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b2b9a660..3fcf0ae9 100644 --- a/README.md +++ b/README.md @@ -151,7 +151,7 @@ Execute should be run on the root for clarity, though it can be called on any co In the example below we have defined three commands. Two are at the top level and one (cmdTimes) is a child of one of the top commands. In this case the root -is not executible meaning that a subcommand is required. This is accomplished +is not executable meaning that a subcommand is required. This is accomplished by not providing a 'Run' for the 'rootCmd'. We have only defined one flag for a single command.