From 2ee5d076f15493a0fd0475d9cb19c944a615bd7b Mon Sep 17 00:00:00 2001 From: ReadmeCritic Date: Fri, 12 Feb 2016 15:38:32 -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 05aeefa..f5e9f00 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Collection of classes to make working with Core Data easier and help DRY-up your # Installation -* Using [Cocoapods](http://cocoapods.org), add `pod 'SQKDataKit'` to your Podfile. +* Using [CocoaPods](http://cocoapods.org), add `pod 'SQKDataKit'` to your Podfile. * `#import ` as necessary.