From 97a79a451102bde75e1cf8ea1c60ea3ee06dfaf0 Mon Sep 17 00:00:00 2001 From: Gabi Melman Date: Mon, 3 Jun 2019 12:23:33 +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 33824ec7..3051a5cd 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ Very fast, header-only/statically-compiled, C++ logging library. [![Build Status ## Features * Very fast (see [benchmarks](#benchmarks) below). -* Headers only, just copy and use. +* Headers only, just copy and use. Or use as a compiled 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.