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

Commit 68078d3

Browse files
committed
Update README.md
1 parent 63f0b41 commit 68078d3

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
@@ -52,7 +52,7 @@ When `fetch` success, it resolve a `FetchBlobResponse` object as first argument.
5252
```js
5353
import RNFetchBlob from 'react-native-fetch-blob'
5454
```
55-
#### Download : Fetch files that needs authorization token
55+
#### Download example : Fetch files that needs authorization token
5656

5757
```js
5858

@@ -77,7 +77,7 @@ RNFetchBlob.fetch('GET', 'http://www.example.com/images/img1.png', {
7777
})
7878
```
7979

80-
#### Upload : Dropbox [files-upload](https://www.dropbox.com/developers/documentation/http/documentation#files-upload) API
80+
#### Upload example : Dropbox [files-upload](https://www.dropbox.com/developers/documentation/http/documentation#files-upload) API
8181

8282
`react-native-fetch-blob` will convert the base64 string in `body` to binary format in native code.
8383

0 commit comments

Comments
 (0)