From 6b47841625f9bebe9cc17ca0b73d3664ae04dba1 Mon Sep 17 00:00:00 2001 From: ReadmeCritic Date: Wed, 10 Feb 2016 15:57:08 -0800 Subject: [PATCH] Correct the spelling of CocoaPods in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 409bafe..98b559d 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ github "aschuch/AwesomeCache", ~> 2.0 Then run `carthage update`. -#### Cocoapods +#### CocoaPods Add the following line to your Podfile. @@ -82,7 +82,7 @@ Add the following line to your Podfile. pod "AwesomeCache", "~> 2.0" ``` -Then run `pod install` with Cocoapods 0.36 or newer. +Then run `pod install` with CocoaPods 0.36 or newer. #### Manually