From 23b07d8cb636af7559eb916715bd836bda9e9a9e Mon Sep 17 00:00:00 2001 From: Gabi Melman Date: Wed, 10 Jul 2019 02:49:52 +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 d2460cb5..57ae1241 100644 --- a/README.md +++ b/README.md @@ -152,7 +152,7 @@ spdlog::flush_every(std::chrono::seconds(3)); ``` --- -#### Binary logging +#### Binary logging as hex ```c++ // log binary data as hex. // many types of std::container types can be used.