diff --git a/README.md b/README.md index 7275f75b..442d13e5 100644 --- a/README.md +++ b/README.md @@ -152,7 +152,7 @@ spdlog::flush_every(std::chrono::seconds(3)); ``` --- -#### Log binary data as hex. +#### Log binary data in hex ```c++ // many types of std::container types can be used. // ranges are supported too.