From 59a76a5f91977edd1caf45ebfc21e96aa995a666 Mon Sep 17 00:00:00 2001 From: wkh237 Date: Mon, 30 May 2016 23:50:44 +0800 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index efa7980ea..9f4c2ba83 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# 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) +# 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/InProgress-0.5.0-yellow.svg) ![](https://img.shields.io/badge/PR-Welcome-brightgreen.svg) A react-native module for fetch file/image with custom headers, supports blob response data, and upload/download progress. From 0623c16bd86a11f97a0717186e9435e6c6e54590 Mon Sep 17 00:00:00 2001 From: wkh237 Date: Mon, 30 May 2016 23:51:57 +0800 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9f4c2ba83..f381efdac 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# 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/InProgress-0.5.0-yellow.svg) ![](https://img.shields.io/badge/PR-Welcome-brightgreen.svg) +# 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/InProgress-0.5.0-yellow.svg)](https://github.com/wkh237/react-native-fetch-blob/blob/0.5.0/README.md) ![](https://img.shields.io/badge/PR-Welcome-brightgreen.svg) A react-native module for fetch file/image with custom headers, supports blob response data, and upload/download progress.