Browse Source

Fixed readUser case issue in the CRUD & Authorization example in the README.

Christian Noon 9 years ago
parent
commit
9296d43f9f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -1151,7 +1151,7 @@ enum Router: URLRequestConvertible {
 ```
 
 ```swift
-Alamofire.request(Router.ReadUser("mattt")) // GET /users/mattt
+Alamofire.request(Router.readUser("mattt")) // GET /users/mattt
 ```
 
 ### Adapting and Retrying Requests