diff --git a/README.md b/README.md index 5cbb85a8..6416e45c 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Just copy the source [folder](https://github.com/gabime/spdlog/tree/master/inclu * Various log targets: * Rotating log files. * Daily log files. - * Console logging (including colors). + * Console logging (colors supported). * Linux 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.