Skip to content

Commit

Permalink
Merge pull request #29 from mikker/patch-1
Browse files Browse the repository at this point in the history
Add missing ` in README.md
  • Loading branch information
mrackwitz committed Mar 31, 2014
2 parents 7a93d5d + 77054cd commit c634f84
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 @@ -84,7 +84,7 @@ The provided Example app demonstrates how they can be used.

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

1. Add a pod entry for MRProgress to your *Podfile* `pod 'MRProgress'.
1. Add a pod entry for MRProgress to your *Podfile* `pod 'MRProgress'`.
2. Install the pod(s) by running `pod install`.
3. Include MRProgress wherever you need it with `#import "MRProgress.h"`.

Expand Down

0 comments on commit c634f84

Please sign in to comment.