From 303106c4fb2828d3324320c24916ddfd97ea0672 Mon Sep 17 00:00:00 2001 From: Kong Chae Won Date: Mon, 28 Sep 2020 11:50:01 +0900 Subject: [PATCH] docs: update full.md --- docs/full.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/).