]> git.lizzy.rs Git - rust.git/commitdiff
Rollup merge of #40292 - mmatyas:readme_fix, r=alexcrichton
authorAriel Ben-Yehuda <arielb1@mail.tau.ac.il>
Wed, 8 Mar 2017 18:53:59 +0000 (20:53 +0200)
committerGitHub <noreply@github.com>
Wed, 8 Mar 2017 18:53:59 +0000 (20:53 +0200)
Fix text formatting in README

There was a missing backtick in the README.

README.md

index 93415adc423f4b26a28dddc1856fc2b519f8f0f7..79f11144a073d25373cf96784caf07f97c410171 100644 (file)
--- 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.