Update README.rst

This commit is contained in:
Victor Zverovich
2020-07-28 08:35:28 -07:00
committed by GitHub
parent 1c8c810f88
commit 64e2da15cd

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** (`run <https://godbolt.org/z/zz6xqd>`_)
**Print chrono durations** (`run <https://godbolt.org/z/K8s4Mc>`_)
.. code:: c++