From 24d368f44e5e7909e84fbaab596e24f868a3b0ee Mon Sep 17 00:00:00 2001 From: Arnold Zhou Date: Thu, 18 Apr 2024 09:53:29 +0800 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 32c6662..7be764b 100644 --- a/README.md +++ b/README.md @@ -12,16 +12,18 @@ -An open-source C++ header file that enables developers to easily define and apply customizable style presets for terminal outputs such as warnings, infos, and errors. +An open-source C++ library that enables developers to easily define and apply customizable style presets for terminal outputs such as warnings, infos, and errors. ## Features - Header-only. -- Customized style presets. +- Customizable style presets. - Supports ANSI Colors and Styles. +- Supports 256 Color Codes. + ## Usage Documentation [here](https://mrmagic2020.github.io/termstyle/index.html).