Update README.md

This commit is contained in:
Gabi Melman 2019-07-10 02:51:32 +03:00 committed by GitHub
parent 60e7deaaf5
commit e6cecd97ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.