Skip to content

Commit

Permalink
Merge pull request mrackwitz#118 from ReadmeCritic/master
Browse files Browse the repository at this point in the history
Correct the spelling of CocoaPods in README
  • Loading branch information
mrackwitz committed Feb 13, 2016
2 parents 1461c05 + 3a4e01e commit 973569c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ The provided Example app demonstrates how they can be used.

## Installation

### Cocoapods
### CocoaPods

[CocoaPods](http://www.cocoapods.org) is the recommended way to add MRProgress to your project.

Expand All @@ -107,7 +107,7 @@ The provided Example app demonstrates how they can be used.
4. Use `import <MRProgress/MRProgress.h>` from Objective-C or `import MRProgress` from Swift wherever you want to use the components.


### Cocoapods - Subspecs
### CocoaPods - Subspecs

The library is cut in small subspecs, so that you can just depend on selected components. See the following dependency tree:

Expand Down Expand Up @@ -172,7 +172,7 @@ Make sure you also see [MRProgress documentation on Cocoadocs](http://cocoadocs.
1. Add the following import to the top of the file or to your Prefix header:

```objc
// If used with Cocoapods
// If used with CocoaPods
#import "MRProgress.h"
```

Expand Down

0 comments on commit 973569c

Please sign in to comment.