From eb9a2b26b96f75b1c784ae173f74114125b08a77 Mon Sep 17 00:00:00 2001 From: maxine Date: Tue, 13 Aug 2024 16:05:40 -0400 Subject: [PATCH] Updated README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 02bab12..073488b 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ jlog is a C++ library for logging to file, console, and event callbacks. * Modern (C++20) * Static Library -* Color Output +* Color Output (Now in RGB!) * Logs to file AND console! * Idiomatic Event callback for hooking into your game engine gui! * GCC and MSVC support