Browse Source

Update README.md

Ben Hsieh 7 years ago
parent
commit
cdf8124cc6
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      README.md

+ 1
- 1
README.md View File

@@ -155,7 +155,7 @@ var RNFetchBlob = require('react-native-fetch-blob').default
155 155
 
156 156
 After `0.8.0` react-native-fetch-blob automatically decides how to send the body by checking its type and `Content-Type` in the header. The rule is described in the following diagram
157 157
 
158
-<img src="img/RNFB-Body.png" style="width : 90%" />
158
+<img src="img/RNFB-Flow-hd.png" style="width : 90%" />
159 159
 
160 160
 To sum up:
161 161