From 8266dde55602cdd6e45377b3ab0420d2e062fcbd Mon Sep 17 00:00:00 2001 From: Gabi Melman Date: Sun, 8 Jul 2018 17:03:13 +0300 Subject: [PATCH] Update README.md --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index eb10a740..be79838c 100644 --- a/README.md +++ b/README.md @@ -160,9 +160,8 @@ void async_example() } } -// create logger with 2 targets with different log levels and formats -// the console will show only warnings or errors, while the file will log all - +// create 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() { auto console_sink = std::make_shared();