From 690c38bb47084a3e394b414fb61029b7fbd63d2a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ion=20Gazta=C3=B1aga?= Date: Tue, 20 Oct 2020 15:34:27 +0200 Subject: [PATCH] Fix header-only declaration. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c397e5c..965820f 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Distributed under the [Boost Software License, Version 1.0](http://www.boost.org ### Properties * C++03 -* Header-Only +* Mostly header-only, library compilation is required for few features. ### Build Status