Skip to content

Correct the spelling of CocoaPods in README #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ When a `UITableViewCell` is highlighted, it attempts to highlight all of its sub
Installation
-------------

###Cocoapods
###CocoaPods

[Cocoapods](http://cocoapods.org/) is the recommended installation method:
[CocoaPods](http://cocoapods.org/) is the recommended installation method:

1. Install CocoaPods
```sh
Expand Down Expand Up @@ -72,7 +72,7 @@ Documentation

Full API documentation is available on [CocoaDocs](http://cocoadocs.org/docsets/MTRecursiveKVC/).

If you install MTRecursiveKVC using Cocoapods, Cocoapods will automatically add the documentation to Xcode for you if you have Appledoc installed.
If you install MTRecursiveKVC using CocoaPods, CocoaPods will automatically add the documentation to Xcode for you if you have Appledoc installed.

You can also install documentation locally using Appledoc. I use the following command to generate documentation for it:

Expand All @@ -90,9 +90,9 @@ If you find any bugs, you can start an [issue](https://github.com/MaxGabriel/MTR
Contributing
------------

MTRecursiveKVC is tested using the Kiwi BDD framework. You can use Cocoapods to set it up:
MTRecursiveKVC is tested using the Kiwi BDD framework. You can use CocoaPods to set it up:

1. Install Cocoapods: Follow the instructions here to install: http://cocoapods.org/ For a good introduction, check out this screencast: http://nsscreencast.com/episodes/28-creating-a-cocoapod
1. Install CocoaPods: Follow the instructions here to install: http://cocoapods.org/ For a good introduction, check out this screencast: http://nsscreencast.com/episodes/28-creating-a-cocoapod

2. Run pod install

Expand Down