From aec504344a7ceecb227822bb51a96aa13434f941 Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Sat, 10 Apr 2021 08:48:11 -0700 Subject: [PATCH] Update README.rst --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index c77fccbe..92752466 100644 --- a/README.rst +++ b/README.rst @@ -294,8 +294,8 @@ Migrating code -------------- `clang-tidy-fmt `_ provides clang -tidy checks for converting occurrences of `printf` and `fprintf` to -`fmt::print`. +tidy checks for converting occurrences of ``printf`` and ``fprintf`` to +``fmt::print``. Projects using this library ---------------------------