From 410c46f1abec5a16379653781645ec9d69738a96 Mon Sep 17 00:00:00 2001 From: Gabi Melman Date: Sat, 6 Oct 2018 15:38:26 +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 87fdbb4d..37eb997d 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ Very fast, header only, C++ logging library. [![Build Status](https://travis-ci. ## Features * Very fast (see [benchmarks](#benchmarks) below). * Headers only, just copy and use. -* Feature rich using the excellent [fmt](https://github.com/fmtlib/fmt) library. +* Feature rich formatting, using the excellent [fmt](https://github.com/fmtlib/fmt) library. * Fast asynchronous mode (optional) * [Custom](https://github.com/gabime/spdlog/wiki/3.-Custom-formatting) formatting. * Multi/Single threaded loggers.