summaryrefslogtreecommitdiffstats
path: root/examples/download_progress/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'examples/download_progress/README.md')
-rw-r--r--examples/download_progress/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/download_progress/README.md b/examples/download_progress/README.md
index c606c5f9..7999ce94 100644
--- a/examples/download_progress/README.md
+++ b/examples/download_progress/README.md
@@ -1,6 +1,6 @@
## Download progress
-A basic application that asynchronously downloads a dummy file of 100 MB and tracks the download progress.
+A basic application that asynchronously downloads multiple dummy files of 100 MB and tracks the download progress.
The example implements a custom `Subscription` in the __[`download`](src/download.rs)__ module. This subscription downloads and produces messages that can be used to keep track of its progress.