瀏覽代碼

Update README.md

Pierre-Olivier Latour 10 年之前
父節點
當前提交
c394ae8bf5
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -58,9 +58,9 @@ pod "GCDWebServer/WebDAV", "~> 3.0"
 
 And finally run `$ pod install`.
 
-You can also use [Carthage](https://github.com/Carthage/Carthage) by adding this line to your Cartfile:
+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" "master"
+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)).