浏览代码

Update README.md

Ben Hsieh 8 年前
父节点
当前提交
da34cd4cdb
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      README.md

+ 1
- 1
README.md 查看文件

154
 
154
 
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
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
 To sum up:
159
 To sum up:
160
 
160