Skip to content

Commit 7a5e613

Browse files
committed
Fix typo
1 parent 53b8647 commit 7a5e613

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ let storage = try? Storage(
7676

7777
### Generic, Type safety and Transformer
7878

79-
All `Storage` now are generic by default, so you can get a type safety experience. Once you create a Storage, it has a type constraint that you don't need to specify type for each operations afterwards.
79+
All `Storage` now are generic by default, so you can get a type safety experience. Once you create a Storage, it has a type constraint that you don't need to specify type for each operation afterwards.
8080

8181
If you want to change the type, `Cache` offers `transform` functions, look for `Transformer` and `TransformerFactory` for built-in transformers.
8282

@@ -329,6 +329,10 @@ Alamofire.request("https://gameofthrones.org/mostFavoriteCharacter").responseStr
329329
}
330330
```
331331

332+
## What abou images
333+
334+
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.
335+
332336
## Installation
333337

334338
### Cocoapods

0 commit comments

Comments
 (0)