Explorar el Código

Update README.md

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

+ 1
- 1
README.md Ver fichero

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