Skip to content

Commit

Permalink
Fix doc of stopDownload (#256)
Browse files Browse the repository at this point in the history
It returns void, not Promise<void>
  • Loading branch information
cpunion authored and benvium committed Feb 16, 2017
1 parent e212728 commit ff93403
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 @@ -468,7 +468,7 @@ If `progressDivider` = 0, you will receive all `progressCallback` calls, default
for your project in XCode.


### `stopDownload(jobId: number): Promise<void>`
### `stopDownload(jobId: number): void`

Abort the current download job with this ID. The partial file will remain on the filesystem.

Expand Down

0 comments on commit ff93403

Please sign in to comment.