Skip to content

Commit 58d9324

Browse files
Update README.md
2 parents 6a61529 + 1d8554a commit 58d9324

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ to this:
1414
CachedAsyncImage(url: logoURL)
1515
```
1616

17-
In addition to `AsyncImage` initializers, you have the possibilities to specify the cash you want to use (by default `URLCache.shared` is used), and to use `URLRequest` instead of `URL`:
17+
In addition to `AsyncImage` initializers, you have the possibilities to specify the cache you want to use (by default `URLCache.shared` is used), and to use `URLRequest` instead of `URL`:
1818
```swift
1919
CachedAsyncImage(urlRequest: logoURLRequest, urlCache: .imageCache)
2020
```

0 commit comments

Comments
 (0)