Skip to content

Commit a189b5a

Browse files
Fixes quotes
Previous ones were not recognized as valid characters by Carthage
1 parent 3645d74 commit a189b5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ $ open MyProject.xcworkspace
3939
If you are using Carthage you will need to add this to your `Cartfile`
4040

4141
```bash
42-
github jpotts18/SwiftValidator
42+
github "jpotts18/SwiftValidator"
4343
```
4444

4545
## Usage

0 commit comments

Comments
 (0)