document header-only-ness of the library

This commit is contained in:
Ferdinand Bachmann
2020-04-22 15:59:33 +02:00
parent 59eed9f73c
commit 67e546234d

View File

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