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);