Pārlūkot izejas kodu

Update README.md

wkh237 8 gadus atpakaļ
vecāks
revīzija
b1dc79e7ef
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1
    1
      README.md

+ 1
- 1
README.md Parādīt failu

@@ -270,7 +270,7 @@ RNFetchBlob.fetch('POST', 'https://content.dropboxapi.com/2/files/upload', {
270 270
     }),
271 271
     'Content-Type' : 'application/octet-stream',
272 272
     // 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).
274 274
     // The data will be converted to "byte array"(say, blob) before request sent.  
275 275
   }, base64ImageString)
276 276
   .then((res) => {