From 8125b3608363ca05bb792077ce37611fc7926dce Mon Sep 17 00:00:00 2001 From: canove Date: Thu, 24 Sep 2020 16:22:57 -0300 Subject: [PATCH] update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index df22fd1..04f91c3 100644 --- a/README.md +++ b/README.md @@ -214,7 +214,7 @@ Install pm2 **with sudo**, and start backend with it: ```bash sudo npm install -g pm2 -pm2 start src/app.js --name whaticket-backend +pm2 start dist/server.js --name whaticket-backend ``` Make pm2 auto start afeter reboot: