From 00b1e05cb7eb1b39b3489543ad03793854097a31 Mon Sep 17 00:00:00 2001 From: Karmaa <88517757+LukeGus@users.noreply.github.com> Date: Thu, 19 Jun 2025 00:16:52 -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 f4cb3d9..20be9ef 100644 --- a/Manual.md +++ b/Manual.md @@ -15,4 +15,4 @@ to run without building (not recommended). To start the connection websocket, go ```sh node starter.cjs ``` -This will start the file and database API on port 8081 and 8082. The website itself should be accessible via `http://localhost:8080' if using nginx, if usising `npm run dev' it will be 'http://localhost:5173'. \ No newline at end of file +This will start the file and database API on port 8081 and 8082. The website itself should be accessible via `http://localhost:8080` if using nginx, if usising `npm run dev` it will be `http://localhost:5173`. \ No newline at end of file