We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a8678b8 + a4cba4c commit 074a52bCopy full SHA for 074a52b
1 file changed
README.md
@@ -11,9 +11,9 @@ Easy way to use both [Alamofire](https://github.com/Alamofire/Alamofire) and [Sw
11
12
```swift
13
Alamofire.request(.GET, "http://httpbin.org/get", parameters: ["foo": "bar"])
14
- .responseSwiftyJSON { (request, response, json, error) in
+ .responseSwiftyJSON({ (request, response, json, error) in
15
println(json)
16
println(error)
17
- }
+ })
18
19
```
0 commit comments