diff --git a/docs/full.md b/docs/full.md index efb6e2c..2bd0538 100644 --- a/docs/full.md +++ b/docs/full.md @@ -184,7 +184,7 @@ module.exports = { And start it easily: ```bash -$ pm2 start process.yml +$ pm2 start ecosystem.config.js ``` Read more about application declaration [here](/docs/usage/application-declaration/).