Update README.rst

This commit is contained in:
Victor Zverovich 2020-08-03 21:51:48 -07:00 committed by GitHub
parent e587adb4e9
commit 0b6e7cc60a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -85,7 +85,7 @@ Examples
std::string s = fmt::format("The answer is {}.", 42);
// s == "The answer is 42."
**Format a string using positional arguments**
**Format a string using positional arguments** (`run <https://godbolt.org/z/Yn7Txe>`_)
.. code:: c++