diff --git a/README.md b/README.md index e69c126..899d9e6 100644 --- a/README.md +++ b/README.md @@ -10,11 +10,12 @@ CodeFactor

+ Go ANSI Parser converts strings with [ANSI escape codes](https://en.wikipedia.org/wiki/ANSI_escape_code) into a slice of structs that represent styled text. Features: * Can parse ANSI 16, 256 and TrueColor - * Supports styles: Regular, Bold, Feint, Italic, Blinking, Inversed, Invisible, Underlined, Strikethrough + * Supports all styles: Regular, Bold, Feint, Italic, Blinking, Inversed, Invisible, Underlined, Strikethrough * Provides RBG, Hex, HSL, ANSI ID and Name for parsed colours * Configurable colour map for customisation * 100% Test Coverage