diff --git a/README.md b/README.md index dd3533db2677172c7f766a615bc40eed2d3a725d..c3020359de3c6fdc441ed191aaea6dffbda6e6ed 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ source 'https://github.com/CocoaPods/Specs.git' platform :ios, '8.0' use_frameworks! -pod 'Alamofire', '~> 2.0' +pod 'Alamofire', '~> 3.0' ``` Then, run the following command: @@ -86,7 +86,7 @@ $ brew install carthage To integrate Alamofire into your Xcode project using Carthage, specify it in your `Cartfile`: ```ogdl -github "Alamofire/Alamofire" ~> 2.0 +github "Alamofire/Alamofire" ~> 3.0 ``` ### Manually