From 67e546234da99c2647711f52e73b8be68a038640 Mon Sep 17 00:00:00 2001 From: Ferdinand Bachmann Date: Wed, 22 Apr 2020 15:59:33 +0200 Subject: [PATCH] document header-only-ness of the library --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0a5b833..1b013d5 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # cxx-ring-buffer -a small implementation of a C++ ring-buffer container wrapper and STL-style -iterators. +a small header-only implementation of a C++ ring-buffer container wrapper and +STL-style iterators. ## Overview