Skip to content

Commit

Permalink
优化
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaotoday committed Apr 12, 2019
1 parent 66f9377 commit fc9871c
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,7 @@ $ npm stop

```js
"scripts": {
...
"stop": "pm2 stop {app-name}",
...
"stop": "pm2 stop {app-name}"
}
```

Expand All @@ -35,8 +33,7 @@ $ npm stop
```js
"apps": [
{
"name": "{app-name}",
...
"name": "{app-name}"
}
]
```
Expand Down

0 comments on commit fc9871c

Please sign in to comment.