Skip to content

Commit 0ef7231

Browse files
vieiralucasDylanVann
authored andcommitted
Fix typo for source.cache in docs.
Thanks to DylanVann#274 (comment) for pointing this out
1 parent af83017 commit 0ef7231

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -129,9 +129,9 @@ Headers to load the image with. e.g. `{ Authorization: 'someAuthToken' }`.
129129

130130
### `source.cache?: enum`
131131

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

136136
---
137137

0 commit comments

Comments
 (0)