From 9ce5e30c06a5f8ccba152ef3f3f2741de1b1b732 Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Wed, 21 Mar 2018 09:15:28 -0700 Subject: [PATCH] Update readme --- README.rst | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 8c1f6dc9..021cf87a 100644 --- a/README.rst +++ b/README.rst @@ -14,10 +14,12 @@ **{fmt}** is an open-source formatting library for C++. It can be used as a safe and fast alternative to (s)printf and IOStreams. -`Documentation `_ +`Documentation `__ -This is a development branch, released versions are available from the -`Releases page `__. +This is a development branch that implements the C++ standards proposal `P0645 +Text Formatting `__. +Released versions are available from the `Releases page +`__. Features --------