From ce8dc025c0edf59c3e860275fc37996a9950aec0 Mon Sep 17 00:00:00 2001 From: Signal Date: Thu, 11 Sep 2025 23:18:59 +0000 Subject: [PATCH] No such file 'test.py' --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3878633..45143bd 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ This is a simple demo of creating a websocket connection from within Minetest. To use it: - Add the chatbridge mod to secure.trusted_mods and enable it on the server; -- Start the basic demo server with `python3 test.py` on the same machine; +- Start the basic demo server with `python3 server.py` on the same machine; - Edit mtchat.html to point to the IP address of the websocket server, if necessary; - Open mtchat.html in a browser; - Observe that you can send messages between the server and the webpage. \ No newline at end of file