From fe037ef50ed10558ca52d07681e113b2cddbb804 Mon Sep 17 00:00:00 2001 From: Adam <24621027+adoyle0@users.noreply.github.com> Date: Tue, 23 Jul 2024 23:10:13 -0400 Subject: [PATCH] ackchyually... --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index bd819a3..ed864ee 100644 --- a/readme.md +++ b/readme.md @@ -46,7 +46,7 @@ cargo build ---------- * The server automatically serves the built client from `/dist` at `0.0.0.0:3030` -* Configure any custom clients to connect to `ws://localhost:3030/websocket` +* Configure any custom clients to connect to `ws://0.0.0.0:3030/websocket` ## TODO: