From ee58882d559bee1fd0e9564c439fea3463561dd7 Mon Sep 17 00:00:00 2001 From: Nikita Pivkin Date: Mon, 3 Mar 2025 01:55:07 +0600 Subject: [PATCH] use http schema in documentation Signed-off-by: Nikita Pivkin --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3d74b62..0d1922e 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Dependencies $ npm install $ node run build $ npm run serve -$ https://localhost:6969/ +$ http://localhost:6969/ ``` This script starts up http-server at http://localhost:6969/ to serve the content of the current folder and the server of the game. See [serve.js](./serve.js) for more details.