Skip to content

Commit ff30ac5

Browse files
committed
docs: update phrasing
1 parent e45132d commit ff30ac5

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -87,14 +87,14 @@ Config file is resolved from `./ecosystem.custom.config.js` by default. Override
8787
spm --config ./my-ecosystem.config.js start
8888
```
8989

90-
## PM2 Differences
90+
## PM2-Inspired Scope
9191

92-
SPM intentionally implements a lean subset of PM2 behavior.
92+
SPM focuses on a small, practical subset of PM2-like workflows for development.
9393

94-
- No daemon mode: processes are started detached and tracked with pid files under `~/.spm2/pids/`
95-
- No PM2 process metadata store: runtime state comes from pid files + OS process checks
94+
- No daemon model in SPM: processes are started detached and tracked with pid files under `~/.spm2/pids/`
95+
- No PM2-style metadata store in SPM: runtime state comes from pid files plus OS process checks
9696
- `increment_vars` is supported directly; `increment_var` is also accepted and split by comma
97-
- Extra PM2 ecosystem fields are allowed in config objects but not interpreted unless listed in SPM supported fields
97+
- Additional ecosystem fields can exist in app objects, but SPM only interprets its documented fields
9898

9999
Example for split increment vars:
100100

0 commit comments

Comments
 (0)