From 0e558f9615ca2640dd7e28ec78f425439dfd09fc Mon Sep 17 00:00:00 2001 From: Shubham Samrat Date: Thu, 1 Oct 2020 00:05:14 +0530 Subject: [PATCH] Updated Readme.md --- include/opc/spdlog/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/opc/spdlog/README.md b/include/opc/spdlog/README.md index a9503c6b..bb020760 100755 --- a/include/opc/spdlog/README.md +++ b/include/opc/spdlog/README.md @@ -26,8 +26,8 @@ Very fast, header only, C++ logging library. [![Build Status](https://travis-ci. * Android ## Features -* Very fast - performance is the primary goal (see [benchmarks](#benchmarks) below). -* Headers only, just copy and use. +* Very fast and efficient - performance is the primary goal (see [benchmarks](#benchmarks) below). +* Headers only, just copy and use to save your time. * Feature rich [call style](#usage-example) using the excellent [fmt](https://github.com/fmtlib/fmt) library. * Extremely fast asynchronous mode (optional) - using lockfree queues and other tricks to reach millions of calls/sec. * [Custom](https://github.com/gabime/spdlog/wiki/3.-Custom-formatting) formatting.