Skip to content

Commit

Permalink
fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
lisong committed Sep 14, 2017
1 parent 47ff7f9 commit 9a1aa5f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@ api.code-push.com 只是一个测试server,不要将自己生产环境的项
### shell命令行端

```shell
$ code-push login http://api.code-push.com:8080 #登录
$ code-push login http://api.code-push.com #登录
```

### [web](http://www.code-push.com:8080)
### [web](http://www.code-push.com)

访问:http://www.code-push.com:8080
访问:http://www.code-push.com

### 客户端eg.

Expand Down Expand Up @@ -224,11 +224,11 @@ edit config.xml. add code below.
```xml
<platform name="android">
<preference name="CodePushDeploymentKey" value="nVHPr6asLSusnWoLBNCSktk9FWbiqLF160UDg" />
<preference name="CodePushServerUrl" value="http://api.code-push.com:8080/" />
<preference name="CodePushServerUrl" value="http://api.code-push.com/" />
</platform>
<platform name="ios">
<preference name="CodePushDeploymentKey" value="Iw5DMZSIrCOS7hbLsY5tHAHNITFQqLF160UDg" />
<preference name="CodePushServerUrl" value="http://api.code-push.com:8080/" />
<preference name="CodePushServerUrl" value="http://api.code-push.com/" />
</platform>
```

Expand Down

0 comments on commit 9a1aa5f

Please sign in to comment.