Skip to content

Commit

Permalink
Fix typo for source.cache in docs.
Browse files Browse the repository at this point in the history
Thanks to #274 (comment) for pointing this out
  • Loading branch information
vieiralucas authored and DylanVann committed Oct 13, 2018
1 parent af83017 commit 0ef7231
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -129,9 +129,9 @@ Headers to load the image with. e.g. `{ Authorization: 'someAuthToken' }`.

### `source.cache?: enum`

- `FastImage.cache.immutable` - **(Default)** - Only updates if url changes.
- `FastImage.cache.web` - Use headers and follow normal caching procedures.
- `FastImage.cache.cacheOnly` - Only show images from cache, do not make any network requests.
- `FastImage.cacheControl.immutable` - **(Default)** - Only updates if url changes.
- `FastImage.cacheControl.web` - Use headers and follow normal caching procedures.
- `FastImage.cacheControl.cacheOnly` - Only show images from cache, do not make any network requests.

---

Expand Down

0 comments on commit 0ef7231

Please sign in to comment.