diff --git a/README.md b/README.md index 3ea2eed2..63899e4a 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ Very fast, header-only/compiled, C++ logging library. [![Build Status](https://t * Very fast (see [benchmarks](#benchmarks) below). * Headers only, just copy and use. Or use as a compiled library. * Feature rich formatting, using the excellent [fmt](https://github.com/fmtlib/fmt) library. -* **New!** [Backtrace](#backtrace-support) support - store debugging messages in a ring buffer for later inspection. +* **New!** [Backtrace](#backtrace-support) support - store debugging messages in a ring buffer and display on demand. * Fast asynchronous mode (optional) * [Custom](https://github.com/gabime/spdlog/wiki/3.-Custom-formatting) formatting. * Multi/Single threaded loggers.