Browse Source

Fix README.md

Fixed typing errors
gferreyra91 8 years ago
parent
commit
89ebb71813
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      README.md

+ 2
- 2
README.md View File

491
 ```js
491
 ```js
492
 RNFetchBlob
492
 RNFetchBlob
493
     .config({
493
     .config({
494
-        addAdnroidDownloads : {
494
+        addAndroidDownloads : {
495
             useDownloadManager : true, // <-- this is the only thing required
495
             useDownloadManager : true, // <-- this is the only thing required
496
             // Optional, override notification setting (default to true)
496
             // Optional, override notification setting (default to true)
497
             notification : false,
497
             notification : false,
530
     description : 'An image file.',
530
     description : 'An image file.',
531
     mime : 'image/png',
531
     mime : 'image/png',
532
     // Make the file scannable  by media scanner
532
     // Make the file scannable  by media scanner
533
-    meidaScannable : true,
533
+    mediaScannable : true,
534
   }
534
   }
535
 })
535
 })
536
 .fetch('GET', 'http://example.com/image1.png')
536
 .fetch('GET', 'http://example.com/image1.png')