From 1da2264296a82005bab64112e1f4feddba1b8c45 Mon Sep 17 00:00:00 2001 From: Niklas Elsbrock Date: Sun, 11 Aug 2024 15:06:00 +0200 Subject: [PATCH] fix README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b0fc32c..2aebe9f 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ After loading the module, player X can write grid coordinates # echo 12 > /dev/tictactoe ``` -After player X has made his move, player O can do the same: +After player X has made their move, player O can do the same: ```console # echo 22 > /dev/tictactoe