Skip to content

Commit

Permalink
Correct the spelling of CocoaPods in README
Browse files Browse the repository at this point in the history
  • Loading branch information
ReadmeCritic committed Feb 12, 2016
1 parent f5eacf2 commit a73ddd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Swift 2.0 opens a world of opportunity with enhanced Protocols and Protocol Exte
Too often we find ourselves locked into deep and complicated subclassing trees just to factor out common behavior in our apps. This makes our code inflexible, hard to navigate, and contain too many dependencies. Using protocols for common features allows us to create default behavior that is additive without complicated subclassing.

## Setup
#### Cocoapods (recommended)
#### CocoaPods (recommended)
1. Make sure you have downloaded and installed [cocoapods](https://cocoapods.org/).
2. Add `pod 'STP', '~> 0.3.0'`to your podfile.
3. Make sure that your podfile includes `use_frameworks!`
Expand Down

0 comments on commit a73ddd8

Please sign in to comment.