From a9de3275c526ead1458b9b1eee1a2880eed9c54c Mon Sep 17 00:00:00 2001 From: ReadmeCritic Date: Fri, 12 Feb 2016 20:20:57 -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 b5d2509..ecf6d39 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Installation * Just drag the files in the src folder to your project. * Import the checkbox class you want to use. -##Cocoapods +##CocoaPods * Add ``` pod 'TNCheckBoxGroup' ``` to your Podfile. * Done.