From e6cecd97acab43aa7b7d678f1fff85b6ef34fc7a Mon Sep 17 00:00:00 2001 From: Gabi Melman Date: Wed, 10 Jul 2019 02:51:32 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.