Merge pull request #18 from rhysperry111/patch-1

Fix typo
This commit is contained in:
Marcel Hellkamp 2022-06-07 16:52:53 +02:00 committed by GitHub
commit bf5217b14a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.