Browse Source

Update README.md

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

+ 2
- 1
README.md View File

37
 * [Performance Tips](#user-content-performance-tips)
37
 * [Performance Tips](#user-content-performance-tips)
38
 * [API References](https://github.com/wkh237/react-native-fetch-blob/wiki/Fetch-API)
38
 * [API References](https://github.com/wkh237/react-native-fetch-blob/wiki/Fetch-API)
39
 * [Caveats](#user-content-caveats)
39
 * [Caveats](#user-content-caveats)
40
-* [Trouble Shooting](https://github.com/wkh237/react-native-fetch-blob/wiki/Trouble-Shooting)
41
 * [Development](#user-content-development)
40
 * [Development](#user-content-development)
42
 
41
 
43
 ## About
42
 ## About
768
 * 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.
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
 * When passing a file path to the library, remove `file://` prefix.
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
 ## Changes
772
 ## Changes
772
 
773
 
773
 See [release notes](https://github.com/wkh237/react-native-fetch-blob/releases)
774
 See [release notes](https://github.com/wkh237/react-native-fetch-blob/releases)