Skip to content

Commit

Permalink
Merge pull request #2 from ReadmeCritic/master
Browse files Browse the repository at this point in the history
Correct the spelling of CocoaPods in README
  • Loading branch information
hectormatos2011 committed May 18, 2016
2 parents 5b91e65 + 306d18c commit 977347a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -43,7 +43,7 @@ $ gem install cocoapods

> CocoaPods 0.39.0+ is required to build PrediKit
To integrate PrediKit through Cocoapods, make sure the `use_frameworks!` line is included in your Podfile (PrediKit is written in Swift so it needs to be brought in as a framework). Make sure these lines are somewhere in your `Podfile`:
To integrate PrediKit through CocoaPods, make sure the `use_frameworks!` line is included in your Podfile (PrediKit is written in Swift so it needs to be brought in as a framework). Make sure these lines are somewhere in your `Podfile`:

```ruby
use_frameworks!
Expand Down

0 comments on commit 977347a

Please sign in to comment.