Unverified Commit 02329f61 authored by Gabi Melman's avatar Gabi Melman Committed by GitHub

Merge pull request #1057 from martinkrammer/patch-1

Update README.md
parents 536f5d82 ad63efda
...@@ -79,6 +79,8 @@ async... Elapsed: 0.349851 2,858,358/sec ...@@ -79,6 +79,8 @@ async... Elapsed: 0.349851 2,858,358/sec
#### Basic usage #### Basic usage
```c++ ```c++
#include "spdlog/spdlog.h" #include "spdlog/spdlog.h"
#include "spdlog/sinks/basic_file_sink.h"
int main() int main()
{ {
spdlog::info("Welcome to spdlog!"); spdlog::info("Welcome to spdlog!");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment