Browse Source

Update README.md

wkh237 8 years ago
parent
commit
2611dc68e1
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      README.md

+ 2
- 2
README.md View File

@@ -4,6 +4,8 @@
4 4
 
5 5
 A project committed to make file acess and data transfer easier, efficient for React Native developers.
6 6
 
7
+> The npm package is inside `src` folder, if you're going to install via git repository do not directly point to this folder
8
+
7 9
 ## Features
8 10
 - Transfer data directly from/to storage without BASE64 bridging
9 11
 - File API supports normal files, Asset files, and CameraRoll files
@@ -11,8 +13,6 @@ A project committed to make file acess and data transfer easier, efficient for R
11 13
 - File stream support for dealing with large file
12 14
 - Blob, File, XMLHttpRequest polyfills that make browser-based library available in RN (experimental)
13 15
 
14
-> The npm package is inside `src` folder, if you're going to install via git repository do not directly poiint to this folder
15
-
16 16
 ## TOC
17 17
 * [About](#user-content-about)
18 18
 * [Installation](#user-content-installation)