Explorar el Código

Update README.md

Ben Hsieh hace 7 años
padre
commit
cdf8124cc6
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      README.md

+ 1
- 1
README.md Ver fichero

@@ -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