Skip to content

Commit

Permalink
Read me fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tristanhimmelman committed Nov 18, 2015
1 parent e528cf2 commit cb2156d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,11 +94,11 @@ public func responseObject<T: Mappable>(keyPath: String, completionHandler: Resp
```

```swift
public func responseObject<T: Mappable>(queue: dispatch_queue_t?, completionHandler: Response<T, NSError> -> Void) -> Self
public func responseObject<T: Mappable>(queue: dispatch_queue_t?, completionHandler: Response<T, NSError> -> Void) -> Self
```

```swift
public func responseObject<T: Mappable>(queue: dispatch_queue_t?, keyPath: String?, completionHandler: Response<T, NSError> -> Void) -> Self
public func responseObject<T: Mappable>(queue: dispatch_queue_t?, keyPath: String?, completionHandler: Response<T, NSError> -> Void) -> Self
```

###KeyPath
Expand Down

0 comments on commit cb2156d

Please sign in to comment.