Minor update to Readme.md

The instruction for Carthage setup, under step 2 uses incorrect quotation format for carthage file entry to use. Quotations have to be double instead of single.
This commit is contained in:
Yonathan 2016-02-19 14:47:24 -05:00
parent a50f6abed5
commit df331d8d50

View File

@ -57,7 +57,7 @@ pod "SugarRecord/Realm+RAC"
### [Carthage](https://carthage)
1. Install [Carthage](https://github.com/carthage/carthage) on your computer using `brew install carthage`
3. Edit your `Cartfile` file adding the following line `github 'pepibumur/sugarrecord'`
3. Edit your `Cartfile` file adding the following line `github "pepibumur/sugarrecord"`
4. Update and build frameworks with `carthage update`
5. Add generated frameworks to your app main target following the steps [here](https://github.com/carthage/carthage)
6. Link your target with **CoreData** library *(from Build Phases)*