From be7e7237e92fc2cbd5e18c4074a0c6ab0cc7c7cb Mon Sep 17 00:00:00 2001 From: Gabi Melman Date: Tue, 25 Sep 2018 01:51:03 +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 6c5481fe..5e175dd4 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ Very fast, header only, C++ logging library. [![Build Status](https://travis-ci. * Windows debugger (```OutputDebugString(..)```) * Easily extendable with custom log targets (just implement a single function in the [sink](include/spdlog/sinks/sink.h) interface). * Severity based filtering - threshold levels can be modified in runtime as well as in compile time. -* Binary logging in hex. +* Binary data logging. ## Benchmarks