Merge pull request #1057 from martinkrammer/patch-1

Update README.md
pull/1058/head
Gabi Melman 6 years ago committed by GitHub
commit 02329f61e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save