浏览代码

Fixes error in Carthage documentation

~> is like an operator and does not go inside the version string. https://github.com/Carthage/Carthage/blob/master/Documentation/Artifacts.md#cartfile
Guido Marucci Blas 10 年之前
父节点
当前提交
4838d0def9
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -60,7 +60,7 @@ And finally run `$ pod install`.
 
 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):
 ```
-github "swisspol/GCDWebServer" "~> 3.2.5"
+github "swisspol/GCDWebServer" ~> "3.2.5"
 ```
 
 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)).