From da18ef405a09694f6b5e0c73d3e2f93957397326 Mon Sep 17 00:00:00 2001 From: ReadmeCritic Date: Fri, 12 Feb 2016 20:05:21 -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 10282ff..06b2e87 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ THContactPicker is an iOS view used for selecting contacts. It is built to mimic ![Screenshot](https://raw.githubusercontent.com/tristanhimmelman/THContactPicker/master/example.gif) ##Installation -THContactPicker can be added to your project manually or using Cocoapods: +THContactPicker can be added to your project manually or using CocoaPods: ``` pod 'THContactPicker', '~> 2.0' ```