From 014b574ab9e424d8b1217d3322cff126a82c6a04 Mon Sep 17 00:00:00 2001 From: Karmaa <88517757+LukeGus@users.noreply.github.com> Date: Wed, 18 Jun 2025 01:42:31 -0500 Subject: [PATCH] Updated Manual (markdown) --- Manual.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Manual.md b/Manual.md index cf8c496..b3aad3e 100644 --- a/Manual.md +++ b/Manual.md @@ -11,7 +11,7 @@ to build the project, I recommend hosting the website via nginx via the nginx co ```sh npm run dev ``` -to run without building (not recommended). To start the connection websocket, go to the "src/backend" directory and run the following command: +to run without building (not recommended). To start the connection websocket, go to the `src/backend` directory and run the following command: ```sh node starter.cjs ```