Update README.rst

This commit is contained in:
Victor Zverovich
2020-07-28 08:32:37 -07:00
committed by GitHub
parent c2399ccfca
commit 1c8c810f88

View File

@ -92,7 +92,7 @@ Examples
std::string s = fmt::format("I'd rather be {1} than {0}.", "right", "happy");
// s == "I'd rather be happy than right."
**Print chrono durations**
**Print chrono durations** (`run <https://godbolt.org/z/zz6xqd>`_)
.. code:: c++