From 79f3e54f6ecdc33a2e1e381cff65c4ad18f18fb1 Mon Sep 17 00:00:00 2001 From: Marcel Hellkamp Date: Sat, 31 Mar 2018 13:18:42 +0200 Subject: [PATCH] Fix readme typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 551a90c..8d826ea 100755 --- a/README.md +++ b/README.md @@ -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 ` Return the current color of a pixel at position (x, y). -* `PX `: Draw a single pixel at position (x, y) with the specified hex color code. +* `PX `: 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`).