Parcourir la source

Update README.md

wkh237 il y a 8 ans
Parent
révision
9b1885de39
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  1. 2
    1
      README.md

+ 2
- 1
README.md Voir le fichier

@@ -37,7 +37,6 @@ A project committed to make file acess and data transfer easier, efficient for R
37 37
 * [Performance Tips](#user-content-performance-tips)
38 38
 * [API References](https://github.com/wkh237/react-native-fetch-blob/wiki/Fetch-API)
39 39
 * [Caveats](#user-content-caveats)
40
-* [Trouble Shooting](https://github.com/wkh237/react-native-fetch-blob/wiki/Trouble-Shooting)
41 40
 * [Development](#user-content-development)
42 41
 
43 42
 ## About
@@ -768,6 +767,8 @@ If you're going to concatenate files, you don't have to read the data to JS cont
768 767
 * When file stream and upload/download progress event slow down your app, consider upgrade to `0.9.6+`, use [additional arguments](https://github.com/wkh237/react-native-fetch-blob/wiki/Fetch-API#fetchprogressconfig-eventlistenerpromisernfetchblobresponse) to limit its frequency.
769 768
 * When passing a file path to the library, remove `file://` prefix.
770 769
 
770
+when you got problem, have a look at [Trouble Shooting](https://github.com/wkh237/react-native-fetch-blob/wiki/Trouble-Shooting) or issues tagged `Trouble Shooting`, there'd be some helpful information.
771
+
771 772
 ## Changes
772 773
 
773 774
 See [release notes](https://github.com/wkh237/react-native-fetch-blob/releases)