Skip to content

Commit

Permalink
[PR #276] Updated code sample in README to include Alamofire import.
Browse files Browse the repository at this point in the history
  • Loading branch information
elderbas authored and cnoon committed Aug 22, 2017
1 parent 14fea8f commit dff5899
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ $ git submodule add https://github.com/Alamofire/AlamofireImage.git
### Image Response Serializers

```swift
import Alamofire
import AlamofireImage

Alamofire.request("https://httpbin.org/image/png").responseImage { response in
Expand Down

0 comments on commit dff5899

Please sign in to comment.