From c28c07b814fa610d34c370681229687f3b0d28e2 Mon Sep 17 00:00:00 2001 From: Jason Stewart Date: Tue, 5 Apr 2022 03:59:42 -0400 Subject: [PATCH] - readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f26f712..2c375b9 100644 --- a/README.md +++ b/README.md @@ -6,10 +6,10 @@ Escape codes and line endings are processed for terminal friendliness. ```sh ansiart2utf8 - Converts ANSI art to UTF-8 encoding, expands cursor forward ESC sequences - into spaces, wraps/resets at a specified line width, sends result to STDOUT. + Converts ANSI art to UTF-8 encoding, expands cursor forward ESC sequences + into spaces, wraps/resets at a specified line width, sends result to STDOUT. - Leave the [FILE] parameter empty to read from STDIN. + Leave the [FILE] parameter empty to read from STDIN. USAGE: ansiart2utf8 [OPTION]... [FILE]...