From d8ec18ee745d79d236ddaee7271c3b166dd4933a Mon Sep 17 00:00:00 2001 From: Brad Dickason Date: Mon, 8 Sep 2014 07:18:24 -0700 Subject: [PATCH] Fixed typo :D --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3fcf0ae9..67c4eff2 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ A Commander for modern go CLI interactions ## Overview Cobra is a commander providing a simple interface to create powerful modern CLI -interfaces similar to git & go tools. In addition to providing an iterface, Cobra +interfaces similar to git & go tools. In addition to providing an interface, Cobra simultaneously provides a controller to organize your application code. Inspired by go, go-Commander, gh and subcommand, Cobra improves on these by