diff --git a/README.md b/README.md index 73ee2bf6..ebcf93ba 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Just copy the files to your build tree and use a C++11 compiler * Headers only. * No dependencies. * Cross platform - Linux / Windows on 32/64 bits. -* Variadic-template/stream call styles: ```logger.info("variadic", x, y) << " Or stream" << x << y;``` +* Variadic-template/stream call styles: ```logger.info("variadic", x, y) << "or stream" << x << y;``` * [Custom](https://github.com/gabime/spdlog/wiki/Custom-formatting) formatting. * Multi/Single threaded loggers. * Various log targets: