pm2: add article in last two examples

This commit is contained in:
Waldir Pimenta 2017-05-01 11:16:05 +01:00 committed by GitHub
parent 2f03bc1362
commit 3b0cf23bac

View File

@ -15,10 +15,10 @@
`pm2 monit`
- Stop process:
- Stop a process:
`pm2 stop {{myapp}}`
- Restart process:
- Restart a process:
`pm2 restart {{myapp}}`