Update README.md

This commit is contained in:
Gabi Melman 2018-07-26 21:52:52 +03:00 committed by GitHub
parent fd54719351
commit 691011c473
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -117,7 +117,7 @@ void stdout_example()
}
```
---
#### Simple file logger
#### Basic file logger
```c++
#include "spdlog/sinks/basic_file_sink.h"
void basic_logfile_example()