From bc33d17ce36d51c629436fb83a83a9f364b1c434 Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Thu, 19 Feb 2015 08:40:40 -0800 Subject: [PATCH] Update README.rst --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 9bb6f44c..207a1b85 100644 --- a/README.rst +++ b/README.rst @@ -51,7 +51,7 @@ Features * Clean warning-free codebase even on high warning levels (-Wall -Wextra -pedantic). * Support for wide strings. -* Optional header-only configuration enabled with ``FMT_HEADER_ONLY``. +* Optional header-only configuration enabled with the ``FMT_HEADER_ONLY`` macro. See the `documentation `_ for more details.