Browse Source

Merge pull request #313 from rborkow/patch-1

Update README.md
Mattt Thompson 11 years ago
parent
commit
50c3e3cd6b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -52,7 +52,7 @@ To integrate Alamofire into your Xcode project using CocoaPods, specify it in yo
 source 'https://github.com/CocoaPods/Specs.git'
 platform :ios, '8.0'
 
-pod 'Alamofire', ~> '1.1'
+pod 'Alamofire', '~> 1.1'
 ```
 
 Then, run the following command: