Skip to content

Commit ffca4f5

Browse files
committed
(README) correct typo
1 parent 88f6d02 commit ffca4f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ $ pm2 stop <app_name|id|'all'|json_conf>
156156
$ pm2 restart <app_name|id|'all'|json_conf>
157157
$ pm2 delete <app_name|id|'all'|json_conf>
158158
```
159-
To make sure it re-evaluates enviroment variables in your `json_conf` use
159+
To make sure it re-evaluates enviroment variables in your `json_conf` use
160160
```bash
161161
$ pm2 restart <json_conf>
162162
```
@@ -193,7 +193,7 @@ $ pm2 scale <app_name> <instance_number> # Increase / Decrease process number
193193

194194
### CPU / Memory Monitoring
195195

196-
![Monit](https://github.com/unitech/pm2/raw/master/pres/pm2-monit.png)
196+
![Monit](https://github.com/Unitech/pm2/raw/master/pres/pm2-monit.png)
197197

198198
Monitoring all processes launched:
199199

0 commit comments

Comments
 (0)