From c77e20296aabdc176121858359440ae70a6a3dc2 Mon Sep 17 00:00:00 2001 From: Gabi Melman Date: Thu, 20 Nov 2014 22:07:24 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d964ab97..73ee2bf6 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, z) << " Or stream" << x << y << z;``` +* 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: