Merge pull request #1057 from martinkrammer/patch-1

Update README.md
This commit is contained in:
Gabi Melman 2019-04-06 12:58:05 +03:00 committed by GitHub
commit 02329f61e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -79,6 +79,8 @@ async... Elapsed: 0.349851 2,858,358/sec
#### Basic usage
```c++
#include "spdlog/spdlog.h"
#include "spdlog/sinks/basic_file_sink.h"
int main()
{
spdlog::info("Welcome to spdlog!");