Skip to content

Commit 0c86061

Browse files
committed
docs: update README.md
1 parent 0dd0447 commit 0c86061

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,11 @@ $ npm run start:prod
3434

3535
## 部署
3636

37-
使用 [pm2](https://pm2.keymetrics.io/)
37+
[pm2](https://pm2.keymetrics.io/)
3838

3939
```bash
40-
pm2 start npm --name wechat-token-server -- run start:prod
40+
# use pm2 to deploy
41+
$ pm2 start npm --name wechat-token-server -- run start:prod
4142
```
4243

4344
## 测试(未做)

0 commit comments

Comments
 (0)