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

Commit e5a5a20

Browse files
committed
Update README.md
1 parent 285d3ee commit e5a5a20

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
@@ -505,7 +505,7 @@ RNFetchBlob.base64.decode(data)
505505

506506
`0.5.0`
507507

508-
#### getSystemDirs():Promise<object>
508+
#### getSystemDirs():Promise
509509

510510
This method returns common used folders:
511511
- DocumentDir
@@ -521,7 +521,7 @@ RNFetchBlob.getSystemDirs().then((dirs) => {
521521
console.log(dirs.DownloadDir)
522522
})
523523
```
524-
If you're going to make downloaded file visible in Android `Downloads` app, please see [Show Downloaded File and Notification in Android Downloads App](#user-content-show-downloaded-file-and-notifiction-in-android-downloads-app).
524+
> If you're going to make downloaded file visible in Android `Downloads` app, please see [Show Downloaded File and Notification in Android Downloads App](#user-content-show-downloaded-file-and-notifiction-in-android-downloads-app).
525525
526526
#### createFile(path, data, encoding):Promise
527527

0 commit comments

Comments
 (0)