From 2f2f1d8b645db8bf0a983967c272859bd13fd23f Mon Sep 17 00:00:00 2001
From: Pasha Katsev <pkatsev@gmail.com>
Date: Thu, 5 Apr 2012 02:11:17 -0400
Subject: [PATCH] typo fix in docs

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index e48d409..ea46ab0 100644
--- a/README.md
+++ b/README.md
@@ -94,7 +94,7 @@ assume you have installed ctags via homebrew. If you have homebrew setup correct
 
 Make sure `/usr/local/bin` is before `/usr/bin` in your PATH.
 
-If that doesn't work, move the OSX supplies ctags [like so](http://www.mattpolito.info/post/1648956809/ctags-got-you-down):
+If that doesn't work, move the OSX supplied ctags [like so](http://www.mattpolito.info/post/1648956809/ctags-got-you-down):
 
 ```bash
 sudo mv /usr/bin/ctags /usr/bin/ctags_original