From d6638fd85ec66d58d05db393d6d1002535a9ffcf Mon Sep 17 00:00:00 2001 From: ReadmeCritic Date: Fri, 12 Feb 2016 09:23:18 -0800 Subject: [PATCH] Correct the spelling of CocoaPods in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 48d1ff0..6b7189d 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ It also features some iOS 7+ specific improvements and bugfixes to the standard ### Installation -`ICTextView` can be installed via [Cocoapods](http://cocoapods.org) (just add `pod 'ICTextView'` to your Podfile, then run `pod install`) or as a [Git submodule](http://git-scm.com/book/en/Git-Tools-Submodules). +`ICTextView` can be installed via [CocoaPods](http://cocoapods.org) (just add `pod 'ICTextView'` to your Podfile, then run `pod install`) or as a [Git submodule](http://git-scm.com/book/en/Git-Tools-Submodules). Alternatively, you can clone this repo, or even just grab the [ICTextView](ICTextView) folder and put it somewhere in your project.