diff --git a/d6/dcd/md__c_o_n_t_r_i_b_u_t_i_n_g.html b/d6/dcd/md__c_o_n_t_r_i_b_u_t_i_n_g.html
index 1c32cc4c7..6558e8aaf 100644
--- a/d6/dcd/md__c_o_n_t_r_i_b_u_t_i_n_g.html
+++ b/d6/dcd/md__c_o_n_t_r_i_b_u_t_i_n_g.html
@@ -310,7 +310,7 @@ clang-tidy --fix --quiet -p build subfolder/file_to_check.cpp --
@subsubsection autotoc_md37 Code Formatter
-<a href="https://clang.llvm.org/docs/ClangFormat.html" target="_blank" ><tt>__clang-format__</tt></a> is used for code formatting.
+<a href="https://clang.llvm.org/docs/ClangFormat.html" target="_blank" ><tt>clang-format</tt></a> is used for code formatting.
- Installation (only needs to be installed once.)
- Mac (using home-brew): <tt>brew install clang-format</tt>