From cd1599e833b4202f4f1b924de501321a8a090690 Mon Sep 17 00:00:00 2001 From: Christopher Jeffrey Date: Sat, 18 Jul 2015 14:55:33 -0700 Subject: [PATCH] update readme. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4496e33..0b0e478 100644 --- a/README.md +++ b/README.md @@ -1429,8 +1429,8 @@ using `w3mimgdisplay` (using a [OverlayImage element](#overlayimage-from-box)). #### ANSIImage (from Box) Convert any `.png` file (or `.gif`, see below) to an ANSI image and display it -as an element. This differs from the `Image` element in that it uses blessed's -internal PNG/GIF parser and does not require external dependencies. +as an element. This differs from the `OverlayImage` element in that it uses +blessed's internal PNG/GIF parser and does not require external dependencies. Blessed uses an internal from-scratch PNG/GIF reader because no other javascript PNG reader supports Adam7 interlaced images (much less pass the png test