소스 검색

Update README.md

Ben Hsieh 7 년 전
부모
커밋
da34cd4cdb
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      README.md

+ 1
- 1
README.md 파일 보기

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