From 79e338958a3d2ea1017c50d383a5cc01a1b8a718 Mon Sep 17 00:00:00 2001 From: Otto Date: Tue, 2 Jul 2024 10:30:05 +0300 Subject: [PATCH] docs: fixed pm2 start command --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 66f6096..ec288ce 100644 --- a/README.md +++ b/README.md @@ -6,11 +6,11 @@ Building on the great work of Pablo: https://github.com/pablof7z/nostr-data-vend The following Jobs are supported by this DVM: -- Get OnNostrSince Block Height +- Get OnNostrSince Block Height - - Send nPub get Block Height (from blockchain.info) + - Send nPub get Block Height (from blockchain.info) -- More job types will be added in the future +- More job types will be added in the future # Demo video @@ -39,7 +39,7 @@ pnpm run build ``` ```sh -pm2 start --name "Sigit-DVM" -- start +pm2 start --name "Sigit-DVM" npm -- start ``` ## Make PM2 auto start on reboot