From 8f3efcb6343ced78ea87c5932720d1c866e44166 Mon Sep 17 00:00:00 2001 From: cjdell Date: Mon, 21 Dec 2015 23:19:35 +0000 Subject: [PATCH] Update README.md Corrected stopDownload return type --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e26dfcc..6088c1a 100644 --- a/README.md +++ b/README.md @@ -224,7 +224,7 @@ If `progressCallback` is provided, it will be invoked continuously and passed a Percentage can be computed easily by dividing `bytesWritten` by `contentLength`. -### `promise stopDownload(jobId)` +### `void stopDownload(jobId)` Abort the current download job with this ID. The partial file will remain on the filesystem.