diff --git a/README.md b/README.md index b1b75ca3..57b8b4fa 100644 --- a/README.md +++ b/README.md @@ -706,7 +706,7 @@ type UploadProgressCallbackResult = { Percentage can be computed easily by dividing `totalBytesSent` by `totalBytesExpectedToSend`. -### (iOS only) `stopUpload(jobId: number): Promise` +### (iOS only) `stopUpload(jobId: number): void` Abort the current upload job with this ID.