From 6e1bd45d66f33bed3a57323073d0af742b3718a5 Mon Sep 17 00:00:00 2001 From: Gabi Melman Date: Wed, 24 Aug 2016 03:02:01 +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 afa28a6e..b96cee3c 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Just copy the source [folder](https://github.com/gabime/spdlog/tree/master/inclu * Rotating log files. * Daily log files. * Console logging (colors supported). - * Linux syslog. + * syslog. * Easily extendable with custom log targets (just implement a single function in the [sink](include/spdlog/sinks/sink.h) interface). * Severity based filtering - threshold levels can be modified in runtime as well as in compile time.