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

Commit 89ebb71

Browse files
author
gferreyra91
authored
Fix README.md
Fixed typing errors
1 parent 2a615df commit 89ebb71

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
@@ -491,7 +491,7 @@ When using DownloadManager, `fileCache` and `path` properties in `config` will n
491491
```js
492492
RNFetchBlob
493493
.config({
494-
addAdnroidDownloads : {
494+
addAndroidDownloads : {
495495
useDownloadManager : true, // <-- this is the only thing required
496496
// Optional, override notification setting (default to true)
497497
notification : false,
@@ -530,7 +530,7 @@ RNFetchBlob.config({
530530
description : 'An image file.',
531531
mime : 'image/png',
532532
// Make the file scannable by media scanner
533-
meidaScannable : true,
533+
mediaScannable : true,
534534
}
535535
})
536536
.fetch('GET', 'http://example.com/image1.png')

0 commit comments

Comments
 (0)