浏览代码

Merge pull request #1 from Keksike/rnpm-to-react-native-in-readme

Switch from using rnpm to react-native cli in setup guide
Cihan Bebek 8 年之前
父节点
当前提交
b1130c7a5f
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      README.md

+ 3 - 3
README.md

@@ -31,7 +31,7 @@ The current supported permissions are:
 ## General Usage
 ## General Usage
 ```
 ```
 npm install --save react-native-permissions
 npm install --save react-native-permissions
-rnpm link
+react-native link
 ```
 ```
 
 
 Add permissions to manifest for android and info.plist for ios (xcode >=8). See notes below for more details.
 Add permissions to manifest for android and info.plist for ios (xcode >=8). See notes below for more details.
@@ -179,10 +179,10 @@ You can request write access to any of these types by also including the appropr
 
 
 ````
 ````
 npm install --save react-native-permissions
 npm install --save react-native-permissions
-rnpm link
+react-native link
 ````
 ````
 
 
-### Or manualy linking
+### Or manually linking
 
 
 #### iOS
 #### iOS
 * Run open node_modules/react-native-permissions
 * Run open node_modules/react-native-permissions