Browse Source

Update README.md

wkh237 8 years ago
parent
commit
e5a5a20058
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      README.md

+ 2
- 2
README.md View File

@@ -505,7 +505,7 @@ RNFetchBlob.base64.decode(data)
505 505
 
506 506
 `0.5.0`
507 507
 
508
-#### getSystemDirs():Promise<object>
508
+#### getSystemDirs():Promise
509 509
 
510 510
 This method returns common used folders:
511 511
 - DocumentDir
@@ -521,7 +521,7 @@ RNFetchBlob.getSystemDirs().then((dirs) => {
521 521
     console.log(dirs.DownloadDir)
522 522
 })
523 523
 ```
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).
525 525
 
526 526
 #### createFile(path, data, encoding):Promise
527 527