diff --git a/README.rst b/README.rst index 9fb8af53..949ce7bf 100644 --- a/README.rst +++ b/README.rst @@ -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 `_) .. code:: c++