From 57a9fd0841f00e92b478a07fef62636d7be612a8 Mon Sep 17 00:00:00 2001 From: Gabi Melman Date: Mon, 8 May 2023 00:04:27 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f2559bf0..d7434356 100644 --- a/README.md +++ b/README.md @@ -214,7 +214,7 @@ void binary_example() #### Logger with multi sinks - each with a different format and log level ```c++ -// create loggers with 2 targets with different log levels and formats. +// create a logger with 2 targets, with different log levels and formats. // The console will show only warnings or errors, while the file will log all. void multi_sink_example() {