From d6a274b8777faaef7dd794530fcc0bb2adabce21 Mon Sep 17 00:00:00 2001 From: Ivan FB <128452529+Ivansete-status@users.noreply.github.com> Date: Mon, 20 Jan 2025 13:37:23 +0100 Subject: [PATCH] Update examples/tic-tac-toe-gui/README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: richΛrd --- examples/tic-tac-toe-gui/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/tic-tac-toe-gui/README.md b/examples/tic-tac-toe-gui/README.md index 17c00bb..01d3267 100644 --- a/examples/tic-tac-toe-gui/README.md +++ b/examples/tic-tac-toe-gui/README.md @@ -19,6 +19,6 @@ From within the `examples/tic-tac-toe/` foder run: cargo run ``` -Another player can start his/her instance in either another +Another player can start their instance in either another terminal or another machine.