From 5b190887b2a35f79149df663172ad2bfe4e32b8b Mon Sep 17 00:00:00 2001 From: Xilerth Date: Sun, 12 May 2024 12:13:01 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 593f021..64f3280 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ Logs a message with the specified log type and style. - `weight`: The font weight of the message (optional). - `showTime`: Whether to show the timestamp (optional, default: false). - `title`: The title of the log message (optional). - - `enabled`: Whether logging is enabled (optional, default: true). + - `disabled`: Whether logging is disabled (optional, default: false). ## License