Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
frankois944 authored Feb 10, 2025
1 parent a147492 commit 4dbff14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
This project is a [Ktor client caching](https://ktor.io/docs/client-caching.html), which is (almost) literally a port of [FileStorage](https://api.ktor.io/ktor-client/ktor-client-core/io.ktor.client.plugins.cache.storage/-file-storage.html) but for KMP based on [OKIO](https://square.github.io/okio/multiplatform/) and [kotlinx serialization](https://github.com/Kotlin/kotlinx.serialization).

> [!IMPORTANT]
> The plugin uses the LocalStorage for the **wasm** target, there is a size limitation (about 5mo in total) who need to be manually managed by yourself.
> The library uses the LocalStorage for the **wasm** target, there is a size limitation (about 5mo in total) who need to be manually managed by yourself.
## Example

Expand Down

0 comments on commit 4dbff14

Please sign in to comment.