From 18e309b786364a3e6b553c5fa224f74acc59dcea Mon Sep 17 00:00:00 2001 From: ReadmeCritic Date: Fri, 12 Feb 2016 15:48:24 -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 a663113..f42d10c 100644 --- a/README.md +++ b/README.md @@ -134,7 +134,7 @@ github "aschuch/StatefulViewController", ~> 1.0 Then run `carthage update`. -#### Cocoapods +#### CocoaPods Add the following line to your Podfile. @@ -142,7 +142,7 @@ Add the following line to your Podfile. pod "StatefulViewController", "~> 1.0" ``` -Then run `pod install` with Cocoapods 0.36 or newer. +Then run `pod install` with CocoaPods 0.36 or newer. #### Manually