Update README.md

Corrected stopDownload return type
This commit is contained in:
cjdell 2015-12-21 23:19:35 +00:00
parent 03a4aa11c6
commit 8f3efcb634

View File

@ -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`. 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. Abort the current download job with this ID. The partial file will remain on the filesystem.