Skip to content

Commit 9460aee

Browse files
committed
Merge pull request #20 from ReadmeCritic/master
Correct the spelling of CocoaPods in README
2 parents b84e45a + 18e309b commit 9460aee

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,15 +134,15 @@ github "aschuch/StatefulViewController", ~> 1.0
134134

135135
Then run `carthage update`.
136136

137-
#### Cocoapods
137+
#### CocoaPods
138138

139139
Add the following line to your Podfile.
140140

141141
```
142142
pod "StatefulViewController", "~> 1.0"
143143
```
144144

145-
Then run `pod install` with Cocoapods 0.36 or newer.
145+
Then run `pod install` with CocoaPods 0.36 or newer.
146146

147147
#### Manually
148148

0 commit comments

Comments
 (0)