diff --git a/README.rst b/README.rst index be901c6e..88e996fa 100644 --- a/README.rst +++ b/README.rst @@ -48,8 +48,9 @@ Features * Small code size both in terms of source code with the minimum configuration consisting of just three files, ``core.h``, ``format.h`` and ``format-inl.h``, and compiled code; see `Compile time and code bloat`_ -* Reliability: the library has an extensive set of `unit tests - `_ and is continuously fuzzed +* Reliability: the library has an extensive set of `tests + `_ and is `continuously fuzzed + `_ * Safety: the library is fully type safe, errors in format strings can be reported at compile time, automatic memory management prevents buffer overflow errors