ソースを参照

Update document

Ben Hsieh 8 年 前
コミット
139deabad4
共有2 個のファイルを変更した3 個の追加1 個の削除を含む
  1. 2
    0
      src/README.md
  2. 1
    1
      src/package.json

+ 2
- 0
src/README.md ファイルの表示

@@ -1,5 +1,7 @@
1 1
 # react-native-fetch-blob [![npm version](https://badge.fury.io/js/react-native-fetch-blob.svg)](https://badge.fury.io/js/react-native-fetch-blob) ![](https://img.shields.io/badge/PR-Welcome-brightgreen.svg)
2 2
 
3
+For latest document please visit our [github](https://github.com/wkh237/react-native-fetch-blob/)
4
+
3 5
 A module provides upload, download, and files access API. Supports file stream read/write for process large files.
4 6
 
5 7
 **Why do we need this**

+ 1
- 1
src/package.json ファイルの表示

@@ -1,6 +1,6 @@
1 1
 {
2 2
   "name": "react-native-fetch-blob",
3
-  "version": "0.5.0",
3
+  "version": "0.5.1",
4 4
   "description": "A module provides upload, download, and files access API. Supports file stream read/write for process large files.",
5 5
   "main": "index.js",
6 6
   "scripts": {