Skip to content

Commit 64af552

Browse files
committed
Fix typo
1 parent 7a5e613 commit 64af552

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
* [Sync APIs](#sync-apis)
1919
* [Async APIS](#async-apis)
2020
* [Expiry date](#expiry-date)
21-
* [What about images?](#what-about-images)
2221
* [Handling JSON response](#handling-json-response)
22+
* [What about images?](#what-about-images)
2323
* [Installation](#installation)
2424
* [Author](#author)
2525
* [Contributing](#contributing)
@@ -329,7 +329,7 @@ Alamofire.request("https://gameofthrones.org/mostFavoriteCharacter").responseStr
329329
}
330330
```
331331

332-
## What abou images
332+
## What about images
333333

334334
If you want to load image into `UIImageView` or `NSImageView`, then we also have a nice gift for you. It's called [Imaginary](https://github.com/hyperoslo/Imaginary) and uses `Cache` under the hood to make you life easier when it comes to working with remote images.
335335

0 commit comments

Comments
 (0)