From 15c8da9d459481325727d14eade322e45a80a90e Mon Sep 17 00:00:00 2001 From: Adnan Rahic Date: Thu, 20 Feb 2020 14:00:32 +0100 Subject: [PATCH] update readme pm2 section --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 19fe66c..d59fe85 100644 --- a/README.md +++ b/README.md @@ -129,6 +129,10 @@ require('dotenv').config({ path: '/absolute/path/to/your/project/.env' }) require('spm-agent-nodejs') ``` +```bash +pm2 start app.js -i max +``` + # Results - _[Top Node.js Metrics to Watch](https://blog.sematext.com/top-nodejs-metrics-to-watch/)