From 2aa468369fb79bf18e928f9d752cc956241b9730 Mon Sep 17 00:00:00 2001 From: owen Date: Thu, 19 Aug 2021 17:56:39 -0400 Subject: [PATCH] change wording --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b612083..f6a5834 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,6 @@ framebuffer pixelflut server in C. ## caveats - this writes directly to your framebuffer, which might not use (aa)rrggbb (bbggrraa is somewhat common). - if you have alpha trailing at the end, uncomment lines `42` and `43` to allow omitting it in `PX` lines + if you have alpha trailing at the end, uncomment lines `42` and `43` to allow omitting it in `PX` commands - fbflut does not store its own buffer, the canvas is entirely stored in the framebuffer, so be weary of other programs writing to it as thats the only copy