diff --git a/README.rst b/README.rst index 40ac8a44..f08b22fa 100644 --- a/README.rst +++ b/README.rst @@ -29,8 +29,7 @@ Features * Safe `printf implementation `_ including the POSIX extension for positional arguments. -* Implementation of the ISO C++ standards proposal `P0645 - Text Formatting `__. +* Implementation of `C++20 std::format `__. * Support for user-defined types. * High performance: faster than common standard library implementations of `printf `_ and