From 968de19cd071df22988364c7ecc53664f2c4a110 Mon Sep 17 00:00:00 2001 From: Michael Specht Date: Wed, 14 Feb 2018 23:44:46 +0100 Subject: [PATCH] documentation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dba9afb..86f60c3 100644 --- a/README.md +++ b/README.md @@ -50,4 +50,4 @@ This will run the emulator and write the HTML report to `report.html`. If you do ## Did you know? -By the way, there's a full-fledged, incremental standalone, no-dependencies GIF encoder in `pgif.c` that writes animated GIFs and uses some optimizations to further minimize space. It's stream-friendly and as you feed pixels in via `stdin`, it dutifully writes GIF data to `stdout` until `stdin` gets closed. +By the way, there's a full-fledged, incremental, standalone, no-dependencies GIF encoder in `pgif.c` that writes animated GIFs and uses some optimizations to further minimize space. It's stream-friendly and as you feed pixels in via `stdin`, it dutifully writes GIF data to `stdout` until `stdin` gets closed.