Skip to content

Commit ab9459a

Browse files
committed
Update README.md
the version number should not have quotes, with the quotes carthage errors: Parse error: unexpected trailing characters in line: github "swisspol/GCDWebServer" ~> "3.2.5"
1 parent aa8fc97 commit ab9459a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ And finally run `$ pod install`.
6060

6161
You can also use [Carthage](https://github.com/Carthage/Carthage) by adding this line to your Cartfile (3.2.5 is the first release with Carthage support):
6262
```
63-
github "swisspol/GCDWebServer" ~> "3.2.5"
63+
github "swisspol/GCDWebServer" ~> 3.2.5
6464
```
6565

6666
Then run `$ carthage update` and add the generated frameworks to your Xcode projects (see [Carthage instructions](https://github.com/Carthage/Carthage#adding-frameworks-to-an-application)).

0 commit comments

Comments
 (0)