From 465fff14e4cc54cc8192f7eb9642f58e14e1759b Mon Sep 17 00:00:00 2001 From: Davor Ocelic Date: Thu, 1 Feb 2024 19:42:50 +0100 Subject: [PATCH] Minor --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5460e79..d379c2f 100644 --- a/README.md +++ b/README.md @@ -223,7 +223,7 @@ program. ### Text Attributes and Colors -Crysterm implements its own concept of "tags" in strings, +Crysterm inherits from Blessed a custom implementation/concept of "tags" in strings, such as `{light-blue-fg}Text in Light Blue{/light-blue-fg}`. Tags can be embedded in strings directly, applied from a Hash with `generate_tags`, or removed from a string with `strip_tags` or `clean_tags`. Any existing strings where "{}" should not be interpreted can be protected with `escape_tags`.