Skip to content

Commit

Permalink
updated typo in API Paramater Abstraction in README (Alamofire#497)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuatbrown authored and cnoon committed Jun 3, 2015
1 parent 57780a2 commit 6ce4ed2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -727,7 +727,7 @@ enum Router: URLRequestConvertible {
```

```swift
Alamofire.request(Router.Search(query: "foo bar", page: 1)) // ?q=foo+bar&offset=50
Alamofire.request(Router.Search(query: "foo bar", page: 1)) // ?q=foo%20bar&offset=50
```

#### CRUD & Authorization
Expand Down

0 comments on commit 6ce4ed2

Please sign in to comment.