From 905127de80390f91f2462d17309ec00d228ad220 Mon Sep 17 00:00:00 2001 From: Luxferre Date: Thu, 18 Jan 2024 12:13:06 +0200 Subject: [PATCH] Updated README about POSIX compatibility --- README.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.txt b/README.txt index e550b8a..2da7b20 100644 --- a/README.txt +++ b/README.txt @@ -54,7 +54,7 @@ Besides moves, the following commands are available: Primary testing was done on nawk and busybox awk, but the game should work correctly on mawk, gawk and any other POSIX-compliant AWK implementation. -Partcularly, additional tweaking had been done to make sure the game works +Particularly, additional tweaking had been done to make sure the game works correctly with gawk --posix and mawk -W posix flags. == Credits ==