From e9d603fbfce941d6b5271a9e28fee24a7c38315e Mon Sep 17 00:00:00 2001 From: Dylan Park Date: Thu, 29 May 2025 14:24:05 -0500 Subject: [PATCH] update local run instructions in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e2dff81..9af53d7 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ To run via Node locally: git clone https://github.com/netbymatt/ws4kp.git cd ws4kp npm i -node index.js +node index.mjs ``` To run via Docker: