Update README.md

This commit is contained in:
Gabi Melman 2019-06-03 12:23:33 +03:00 committed by GitHub
parent 31172b0ecc
commit 97a79a4511
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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.