Fix readme typo

This commit is contained in:
Marcel Hellkamp 2018-03-31 13:18:42 +02:00 committed by GitHub
parent 89068241bb
commit 79f3e54f6e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,7 +15,7 @@ Pixelflut defines four main commands that are always supported to get you starte
* `HELP`: Returns a short introductional help text.
* `SIZE`: Returns the size of the canvas in pixel.
* `PX <x> <y>` Return the current color of a pixel at position (x, y).
* `PX <x> <y> <rrrggbb(aa)>`: Draw a single pixel at position (x, y) with the specified hex color code.
* `PX <x> <y> <rrggbb(aa)>`: Draw a single pixel at position (x, y) with the specified hex color code.
If the color code contains an alpha channel value, it is blended with the current color of the pixel.
You can send multiple commands over the same TCP socket by terminating each command with a single newline character (`\n`).