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

Commit 56b035f

Browse files
authored
Merge pull request #50 from dphov/patch-1
Update README.md
2 parents b4560d2 + 2e20d83 commit 56b035f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@ rnpm link
4646

4747
**Grant Permission to External storage for Android 5.0 or lower**
4848

49-
Mechanism about granting Android permissions has slightly different since Android 6.0 released, please refer to [Officail Document](https://developer.android.com/training/permissions/requesting.html).
49+
Mechanism about granting Android permissions has slightly different since Android 6.0 released, please refer to [Official Document](https://developer.android.com/training/permissions/requesting.html).
5050

51-
If you're going to access external storage (say, SD card storage) for `Android 5.0` (or lower) devices, you might have to add the following line to `AndroidManifetst.xml`.
51+
If you're going to access external storage (say, SD card storage) for `Android 5.0` (or lower) devices, you might have to add the following line to `AndroidManifest.xml`.
5252

5353
```diff
5454
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
@@ -110,7 +110,7 @@ RNFetchBlob.fetch('GET', 'http://www.example.com/images/img1.png', {
110110

111111
#### Download to storage directly
112112

113-
The simplest way is give a `fileCach` option to config, and set it to `true`. This will let the incoming response data stored in a temporary path **wihout** any file extension.
113+
The simplest way is give a `fileCache` option to config, and set it to `true`. This will let the incoming response data stored in a temporary path **without** any file extension.
114114

115115
**These files won't be removed automatically, please refer to [Cache File Management](#user-content-cache-file-management)**
116116

@@ -297,7 +297,7 @@ What if you want to upload a file in some field ? Just like [upload a file from
297297

298298
#### Upload/Download progress
299299

300-
In `version >= 0.4.2` it is possible to know the upload/download progress. On Anroid, only download progress is supported. See [wiki](https://github.com/wkh237/react-native-fetch-blob/wiki/Fetch-API#fetchprogresseventlistenerpromisernfetchblobresponse) for more information.
300+
In `version >= 0.4.2` it is possible to know the upload/download progress. On Android, only download progress is supported. See [wiki](https://github.com/wkh237/react-native-fetch-blob/wiki/Fetch-API#fetchprogresseventlistenerpromisernfetchblobresponse) for more information.
301301

302302
```js
303303
RNFetchBlob.fetch('POST', 'http://www.example.com/upload', {

0 commit comments

Comments
 (0)