Przeglądaj źródła

Update README.md

wkh237 9 lat temu
rodzic
commit
e5a5a20058
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2
    2
      README.md

+ 2
- 2
README.md Wyświetl plik

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