From 70174062e1dec09fc81aaca295a53fb578ebc2c0 Mon Sep 17 00:00:00 2001 From: Rhys Perry Date: Sun, 27 Dec 2020 21:30:15 +0100 Subject: [PATCH] Fix typo ok, I might be missing something blindingly obvious, but shouldn't that 32 be a 23? --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c549c02..efbecf2 100755 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ Example: $ echo "SIZE" | netcat pixelflut.example.com 1337 SIZE 800 600 $ echo "PX 23 42 ff8000" | netcat pixelflut.example.com 1337 - $ echo "PX 32 42" | netcat pixelflut.example.com 1337 + $ echo "PX 23 42" | netcat pixelflut.example.com 1337 PX 23 42 ff8000 Implementations MAY support additional commands or have less strict parsing rules (e.g. allow `\r\n` or any whitespace between parameters) but they MUST support the commands above.