From 840296145b9ebeccd4b26b0f366d9ba66a3a428b Mon Sep 17 00:00:00 2001 From: ReadmeCritic Date: Fri, 12 Feb 2016 10:14:07 -0800 Subject: [PATCH] Correct the spelling of CocoaPods in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 README.md diff --git a/README.md b/README.md old mode 100755 new mode 100644 index 2be3ef0..1d634d7 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ The library can be fetched as a Pod from [cocoapods](http://cocoapods.org/?q=ios pod 'IOSEventbriteAPI' ``` -If you aren't using Cocoapods you can always download the library and import the files from the folder IOSEventbriteAPI into your existing project. Even though you should ask yourself: why on earth don't you use cocoapods? +If you aren't using CocoaPods you can always download the library and import the files from the folder IOSEventbriteAPI into your existing project. Even though you should ask yourself: why on earth don't you use cocoapods? Example Code ------------