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
```
-
+
+
+
## running the example
When running the example it should look like this:
-
+
+
+
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.