Skip to content

Commit a593df6

Browse files
committed
Merge branch 'master' into 0.5.3
2 parents d86e49a + 3347163 commit a593df6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -832,7 +832,7 @@ Statistic data of a file, see the following sample object.
832832

833833
### RNFetchBlobSession
834834

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.
836836

837837
#### add(path:string):RNFetchBlobSession
838838
Add a file path to this session.
@@ -867,5 +867,5 @@ A `session` is an object that helps you manage files. It simply main a list of f
867867

868868
### Development
869869

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.
871871
Please feel free to make a PR or file an issue.

0 commit comments

Comments
 (0)