Unverified Commit e6cecd97 authored by Gabi Melman's avatar Gabi Melman Committed by GitHub

Update README.md

parent 60e7deaa
...@@ -152,7 +152,7 @@ spdlog::flush_every(std::chrono::seconds(3)); ...@@ -152,7 +152,7 @@ spdlog::flush_every(std::chrono::seconds(3));
``` ```
--- ---
#### Log binary data as hex. #### Log binary data in hex
```c++ ```c++
// many types of std::container<char> types can be used. // many types of std::container<char> types can be used.
// ranges are supported too. // ranges are supported too.
......
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