From b293f6d55b111185932a7fd7bd6163d16c179c5d Mon Sep 17 00:00:00 2001 From: ReadmeCritic Date: Fri, 12 Feb 2016 18:44:06 -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 cd0e668..814f370 100644 --- a/README.md +++ b/README.md @@ -2,11 +2,11 @@ ## Installation -The preferred method of including the Stretchr SDK in your project is through [Cocoapods](http://cocoapods.org/). To install Cocoapods, simply do: +The preferred method of including the Stretchr SDK in your project is through [CocoaPods](http://cocoapods.org/). To install CocoaPods, simply do: `sudo gem install cocoapods` -Once Cocoapods is installed, you need to add the Stretchr SDK to your Podfile. For example, in your project directory: +Once CocoaPods is installed, you need to add the Stretchr SDK to your Podfile. For example, in your project directory: `vi Podfile`