Quellcode durchsuchen

Merge branch 'master' into 0.5.3

Ben Hsieh vor 8 Jahren
Ursprung
Commit
a593df69e1
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. 2
    2
      README.md

+ 2
- 2
README.md Datei anzeigen

832
 
832
 
833
 ### RNFetchBlobSession
833
 ### RNFetchBlobSession
834
 
834
 
835
-A `session` is an object that helps you manage files. It simply main a list of file path and let you use `dispose()`to delete files in this session once and for all.
835
+A `session` is an object that helps you manage files. It simply maintains a list of file path and let you use `dispose()`to delete files in this session once and for all.
836
 
836
 
837
 #### add(path:string):RNFetchBlobSession
837
 #### add(path:string):RNFetchBlobSession
838
   Add a file path to this session.
838
   Add a file path to this session.
867
 
867
 
868
 ### Development
868
 ### Development
869
 
869
 
870
-If you're interested in hacking this module, check our [development guide](https://github.com/wkh237/react-native-fetch-blob/wiki/Development-Guide), there might be some helpful information.
870
+If you're interested in hacking this module, check our [development guide](https://github.com/wkh237/react-native-fetch-blob/wiki/Home), there might be some helpful information.
871
 Please feel free to make a PR or file an issue.
871
 Please feel free to make a PR or file an issue.