From f295787cc477f3466b7f6057228ea7d55dbb261f Mon Sep 17 00:00:00 2001 From: puckoprutt Date: Mon, 13 Jul 2026 05:17:12 +0200 Subject: [PATCH] updated README.md.. again.. --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 65c5ffe..cf0db6a 100644 --- a/README.md +++ b/README.md @@ -14,13 +14,17 @@ to compile just run: cargo build --example print-banner ``` -compiling.. +

+ compiling.. +

## running the example When running the example it should look like this: -running example.. +

+ running example.. +

its made for terminals that can take ANSI-sequence (im guessing most of them do..) and it uses simple standard 8 colors. example showing how to get notified when user presses enter and work with the whole line. and also how to split line into word.