From 4924fd36b2c10f50caabb1e2feaa4dc82e0d87f3 Mon Sep 17 00:00:00 2001 From: follower Date: Sun, 14 Aug 2016 22:50:52 +1200 Subject: [PATCH] Fix typo "effiecient" --> "efficient". (Fix also needed in project description.) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4daacca6a..595cf8efb 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![release](https://img.shields.io/github/release/wkh237/react-native-fetch-blob.svg?style=flat-square)](https://github.com/wkh237/react-native-fetch-blob/releases) [![npm](https://img.shields.io/npm/v/react-native-fetch-blob.svg?style=flat-square)](https://www.npmjs.com/package/react-native-fetch-blob) ![](https://img.shields.io/badge/PR-Welcome-brightgreen.svg?style=flat-square) [![](https://img.shields.io/badge/Wiki-Public-brightgreen.svg?style=flat-square)](https://github.com/wkh237/react-native-fetch-blob/wiki) [![npm](https://img.shields.io/npm/l/react-native-fetch-blob.svg?maxAge=2592000&style=flat-square)]() -A project committed to make file acess and data transfer easier, effiecient for React Native developers. +A project committed to make file acess and data transfer easier, efficient for React Native developers. ## Features - Transfer data directly from/to storage without BASE64 bridging