We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88f6d02 commit ffca4f5Copy full SHA for ffca4f5
README.md
@@ -156,7 +156,7 @@ $ pm2 stop <app_name|id|'all'|json_conf>
156
$ pm2 restart <app_name|id|'all'|json_conf>
157
$ pm2 delete <app_name|id|'all'|json_conf>
158
```
159
-To make sure it re-evaluates enviroment variables in your `json_conf` use
+To make sure it re-evaluates enviroment variables in your `json_conf` use
160
```bash
161
$ pm2 restart <json_conf>
162
@@ -193,7 +193,7 @@ $ pm2 scale <app_name> <instance_number> # Increase / Decrease process number
193
194
### CPU / Memory Monitoring
195
196
-
+
197
198
Monitoring all processes launched:
199
0 commit comments