Skip to content

Commit 303f5b7

Browse files
taichiyilisong
authored andcommitted
fix andriod -> android (lisong#158)
1 parent f6bb4d7 commit 303f5b7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ $ curl -X PATCH -H "Authorization: Bearer mytoken" -H "Accept: application/json"
181181

182182
## config react-native project
183183

184-
> Follow the react-native-code-push docs, addition iOS add a new entry named CodePushServerURL, whose value is the key of ourself CodePushServer URL. Andriod use the new CodePush constructor in MainApplication point CodePushServerUrl
184+
> Follow the react-native-code-push docs, addition iOS add a new entry named CodePushServerURL, whose value is the key of ourself CodePushServer URL. Android use the new CodePush constructor in MainApplication point CodePushServerUrl
185185
186186
iOS eg. in file Info.plist
187187

docs/react-native-code-push.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ $ react-native link react-native-code-push #连接到项目中,提示输入
5252
```shell
5353
$ code-push login http://YOUR_CODE_PUSH_SERVER_IP:3000 #浏览器中登录获取token,用户名:admin, 密码:123456
5454
$ code-push app add CodePushDemoiOS ios react-native #创建iOS版, 获取Production DeploymentKey
55-
$ code-push app add CodePushDemoAndroid andriod react-native #创建android版,获取获取Production DeploymentKey
55+
$ code-push app add CodePushDemoAndroid android react-native #创建android版,获取获取Production DeploymentKey
5656
```
5757

5858
## 配置CodePushDemo react-native项目

0 commit comments

Comments
 (0)