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

Commit b1dc79e

Browse files
authored
Update README.md
1 parent 00d9f84 commit b1dc79e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ RNFetchBlob.fetch('POST', 'https://content.dropboxapi.com/2/files/upload', {
270270
}),
271271
'Content-Type' : 'application/octet-stream',
272272
// here's the body you're going to send, should be a BASE64 encoded string
273-
// (you can use "base64" APIs to make one).
273+
// (you can use "base64"(refer to the library 'mathiasbynens/base64') APIs to make one).
274274
// The data will be converted to "byte array"(say, blob) before request sent.
275275
}, base64ImageString)
276276
.then((res) => {

0 commit comments

Comments
 (0)