From 2eafdb2e4f83c8ee7a2da747df9c498500523afd Mon Sep 17 00:00:00 2001 From: Bernso <67875118+Bernso@users.noreply.github.com> Date: Thu, 19 Dec 2024 12:40:14 +0000 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d394a5a..9c46ade 100644 --- a/README.md +++ b/README.md @@ -65,6 +65,7 @@ CustomLog() includes everything in the Logging() class and more ```py ### Logging() + print(Logging()) # Explains the module .header("Header") @@ -84,6 +85,7 @@ print(Logging()) # Explains the module ### CustomLog() + # Explains the module print(CustomLog())