Fixed typo in README.md

This commit is contained in:
Marc-Antoine Sauvé 2016-02-17 11:39:32 -05:00
parent 391088cbf6
commit aed70c25aa

View File

@ -34,7 +34,7 @@ The library is maintained by [@pepibumur](https://github.com/pepibumur). You can
### [CocoaPods](https://cocoapods.org)
1. Install [CocoaPods](https://cocoapods.org). You can do it with `gem install cocoapods`
2. Edit your `Podfile` file and add the following line `pod 'SugarRecord'
2. Edit your `Podfile` file and add the following line `pod 'SugarRecord'`
3. Update your pods with the command `pod install`
4. Open the project from the generated workspace (`.xcworkspace` file).