Skip to content

Commit

Permalink
Merge pull request #50 from ReadmeCritic/master
Browse files Browse the repository at this point in the history
Correct the spelling of CocoaPods in README
  • Loading branch information
aschuch committed Feb 11, 2016
2 parents aef7e79 + 6b47841 commit 88e2f20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,15 +74,15 @@ github "aschuch/AwesomeCache", ~> 2.0

Then run `carthage update`.

#### Cocoapods
#### CocoaPods

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

Expand Down

0 comments on commit 88e2f20

Please sign in to comment.