Skip to content
This repository was archived by the owner on Mar 16, 2019. It is now read-only.

Commit 5cdfdea

Browse files
authored
Update README.md
1 parent eb76e53 commit 5cdfdea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ This module was designed to be a substitution of `Blob`, there's a set of APIs i
1212

1313
**Backward Compatible**
1414

15-
All updates are `backward-compatible` generally you don't have to change existing code unless you're going to use new APIs. But we recommend pre `0.5.0` users consider upgrade the package to latest version, since we have introduced new APIs can either `upload` or `download` files simply using a file path. It's much more memory efficent in some use case. We've also introduced `fs` APIs for access files, and `file stream` API that helps you read/write files (especially for **large ones**), see [Examples](#user-content-usage) bellow. This module implements native methods, supports both Android (uses awesome native library [AsyncHttpClient](https://github.com/AsyncHttpClient/async-http-client])) and IOS.
15+
All updates are `backward-compatible` generally you don't have to change existing code unless you're going to use new APIs. But we recommend pre `0.5.0` users consider upgrade the package to latest version, since we have introduced new APIs can either `upload` or `download` files simply using a file path. It's much more memory efficent in some use case. We've also introduced `fs` APIs for access files, and `file stream` API that helps you read/write files (especially for **large ones**), see [Examples](#user-content-recipes) bellow. This module implements native methods, supports both Android (uses awesome native library [AsyncHttpClient](https://github.com/AsyncHttpClient/async-http-client])) and IOS.
1616

1717
## TOC
1818

1919
* [Installation](#user-content-installation)
20-
* [Recipes](#user-content-guide)
20+
* [Recipes](#user-content-recipes)
2121
* [Download file](#user-content-download-example--fetch-files-that-needs-authorization-token)
2222
* [Upload file](#user-content-upload-example--dropbox-files-upload-api)
2323
* [Multipart/form upload](#user-content-multipartform-data-example--post-form-data-with-file-and-data)

0 commit comments

Comments
 (0)