Skip to content

Commit

Permalink
Fix code sample in network docs (#2664)
Browse files Browse the repository at this point in the history
  • Loading branch information
G00fY2 authored Nov 9, 2024
1 parent c2d3ca2 commit 3ccb898
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion coil-network-core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ Pass `CacheControlCacheStrategy` to your `NetworkFetcher` then register the cust

```kotlin
OkHttpNetworkFetcherFactory(
cacheStrategy = CacheControlCacheStrategy(),
cacheStrategy = { CacheControlCacheStrategy() },
)
```

Expand Down

0 comments on commit 3ccb898

Please sign in to comment.