From 341cd21cb231f056a37115e009aa49185cee0094 Mon Sep 17 00:00:00 2001 From: Arnaud Date: Thu, 9 Oct 2025 08:34:19 +0200 Subject: [PATCH] Fix README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 634c5b5..3305718 100644 --- a/README.md +++ b/README.md @@ -167,7 +167,7 @@ The `stream` strategy is the easiest to use. It provides an `onProgress` callback to receive progress updates and notify the user. The percentage is calculated from the `datasetSize` (taken from the manifest). If you don’t provide it, you can enable `datasetSizeAuto` so `DownloadStream` fetches the -manifest and uses its `datasetSize`. +manifest first and uses its `datasetSize`. You can pass a `write` callback and/or a `filepath` as destinations. They are not mutually exclusive, letting you write the content to two places for the same download.