Skip to content

Commit 0c74631

Browse files
committed
Update README.md
别字更正
1 parent a10f874 commit 0c74631

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
特点
88
----
99

10-
- 与Github深度整合,利用Github API读取相关部署指令,并及时反馈部署情况
10+
- 与 GitHub 深度整合,利用 GitHub API 读取相关部署指令,并及时反馈部署情况
1111
- 与人工部署不同的是,自动部署不会疲劳,也不会喊累,你永远可以不停地折腾它
1212

1313
使用方法
@@ -25,21 +25,21 @@ npm install -g deploy-robot
2525
deploy-robot -c config.json
2626
```
2727

28-
config.json文件
28+
config.json 文件
2929
--------------
3030

31-
参考目录下地config.json.sample文件
31+
参考目录下的 config.json.sample 文件
3232

3333
```javascript
3434
{
3535
"username": "", // 用户名
36-
"password": "", // token,去user/settings申请
36+
"password": "", // token,去 user/settings 申请
3737

38-
"repos": [ // 需要监听地repo列表
38+
"repos": [ // 需要监听地 repo 列表
3939
{
40-
"user": "xxx", // repo所属用户名
41-
"name": "xxx", // repo名
42-
"labels": "xxx", // 指定issue的label
40+
"user": "xxx", // repo 所属用户名
41+
"name": "xxx", // repo 名
42+
"labels": "xxx", // 指定 issue 的 label
4343
"command": "xxx", // 上线脚本的命令
4444
"confirm": null // 上线是否需要某人的确认, 默认为空
4545
}

0 commit comments

Comments
 (0)