From 0ea70defbe9f5fee2f7a461a8ec498dc355979de Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Wed, 21 Mar 2018 09:25:28 -0700 Subject: [PATCH] Update readme --- README.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index 021cf87a..04953489 100644 --- a/README.rst +++ b/README.rst @@ -38,9 +38,9 @@ Features performance of IOStreams. See `Speed tests`_ and `Fast integer to string conversion in C++ `_. -* Small code size both in terms of source code (the core library consists of two - header files and a single source file) and compiled code. - See `Compile time and code bloat`_. +* Small code size both in terms of source code (the minimum configuration + consists of just three header 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 `_. * Safety: the library is fully type safe, errors in format strings can be @@ -156,7 +156,7 @@ Projects using this library * `AMPL/MP `_: An open-source library for mathematical programming -* `AvioBook `_: A comprehensive aircraft operations suite. +* `AvioBook `_: A comprehensive aircraft operations suite * `CUAUV `_: Cornell University's autonomous underwater vehicle