Update README.md

This commit is contained in:
Gabi Melman 2016-08-26 15:39:00 +03:00 committed by GitHub
parent 2fa29987ca
commit f310cc460f
1 changed files with 1 additions and 1 deletions

View File

@ -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);