From 3e33d73cdae1c50c5b00561e7ff05b60f63f4f08 Mon Sep 17 00:00:00 2001 From: Adam <24621027+adoyle0@users.noreply.github.com> Date: Fri, 26 Apr 2024 23:55:32 -0400 Subject: [PATCH] urls are automatic now --- readme.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index d1b3bf5..c2bc6bb 100644 --- a/readme.md +++ b/readme.md @@ -7,7 +7,8 @@ This started as a problem trying to play games with friends who are all on diffe ## Dev stuff: -`cargo run --example client ws:127.0.0.1:8080` to run test client +`cargo run` to run server +`cargo run --example client` to spawn a test client ## TODO: