Преглед на файлове

Merge pull request #955 from vlastachu/patch-1

Updated Carthage update instructions in the README.
Christian Noon преди 10 години
родител
ревизия
15f32a4ce7
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -89,7 +89,7 @@ To integrate Alamofire into your Xcode project using Carthage, specify it in you
 github "Alamofire/Alamofire" ~> 3.0
 ```
 
-Run `carthage` to build the framework and drag the built `Alamofire.framework` into your Xcode project.
+Run `carthage update` to build the framework and drag the built `Alamofire.framework` into your Xcode project.
 
 ### Manually