Fixes quotes

Previous ones were not recognized as valid characters by Carthage
This commit is contained in:
mkalinowski 2015-11-18 15:40:39 +01:00
parent 3645d74294
commit a189b5a00b
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ $ open MyProject.xcworkspace
If you are using Carthage you will need to add this to your `Cartfile`
```bash
github “jpotts18/SwiftValidator”
github "jpotts18/SwiftValidator"
```
## Usage