From 2959fe6dab251fddca4e73124f302af208a98084 Mon Sep 17 00:00:00 2001
From: "p.belezov"
Date: Wed, 6 Mar 2024 15:52:55 +0800
Subject: [PATCH] Some readme changes
---
Readme.md | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/Readme.md b/Readme.md
index 1875f08..db2113e 100644
--- a/Readme.md
+++ b/Readme.md
@@ -31,10 +31,10 @@ Next you can use logger. Logger accepts 4 parameters:
- String context - a property added for convenience that allows you to manually indicate where a log line was called from;
- String text - log text;
-- boolean addTime - should logger add current time to log line
-- boolean addIndent - should logger add indent (22 spaces) to log line
+- boolean addTime - should logger add current time to log line;
+- boolean addIndent - should logger add indent (22 spaces) to log line;
-Example:
+Examples:
```
logger.log("Some context", "Some text", false false);