Browse Source

Fixing code formatting

Mattt Thompson 11 years ago
parent
commit
a859c976f8
1 changed files with 1 additions and 3 deletions
  1. 1 3
      README.md

+ 1 - 3
README.md

@@ -102,9 +102,7 @@ let parameters = [
     ]
     ]
 ]
 ]
 
 
-Alamofire.request(.POST,
-                  "http://httpbin.org/post",
-                  parameters: parameters)
+Alamofire.request(.POST, "http://httpbin.org/post", parameters: parameters)
 ```
 ```
 
 
 This sends the following HTTP Body:
 This sends the following HTTP Body: