Browse Source

Update README.md

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

+ 1
- 1
README.md View File

@@ -154,7 +154,7 @@ var RNFetchBlob = require('react-native-fetch-blob').default
154 154
 
155 155
 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
156 156
 
157
-<img src="img/RNFB-flow (1).png" style="width : 90%" />
157
+<img src="img/RNFB-Body.png" style="width : 90%" />
158 158
 
159 159
 To sum up:
160 160