From f310cc460f043990fe03d2e5c018cbc1779057dc Mon Sep 17 00:00:00 2001 From: Gabi Melman Date: Fri, 26 Aug 2016 15:39:00 +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 b00171af..435ce5d2 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ int main(int, char*[]) // Multithreaded color console auto console = spd::stdout_logger_mt("console", true); console->info("Welcome to spdlog!"); - console->error("An info message example {}..", 1); + console->info("An info message example {}..", 1); // Formatting examples console->warn("Easy padding in numbers like {:08d}", 12);