Browse Source

Update README.md

Yonah Forst 8 years ago
parent
commit
db3411c528
1 changed files with 5 additions and 0 deletions
  1. 5
    0
      README.md

+ 5
- 0
README.md View File

@@ -19,6 +19,11 @@ The current supported permissions are:
19 19
 - Example app
20 20
 
21 21
 ##General Usage
22
+```
23
+npm install --save react-native-permissions
24
+rnpm link
25
+```
26
+
22 27
 ```js
23 28
 const Permissions = require('react-native-permissions');
24 29