From 234753a5cafcda561cef0e5117bad80205ee92ad Mon Sep 17 00:00:00 2001 From: Paul Daniel Faria Date: Tue, 7 Mar 2017 21:49:43 -0500 Subject: [PATCH] Fix missing backtick typo Fixes rendering of the end of the `Configure and Make` section. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 93415adc423..79f11144a07 100644 --- a/README.md +++ b/README.md @@ -149,7 +149,7 @@ $ ./configure $ make && sudo make install ``` -When using the configure script, the generated config.mk` file may override the +When using the configure script, the generated `config.mk` file may override the `config.toml` file. To go back to the `config.toml` file, delete the generated `config.mk` file. -- 2.44.0