diff options
| author | Ariel Ben-Yehuda <arielb1@mail.tau.ac.il> | 2017-03-08 20:53:59 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-03-08 20:53:59 +0200 |
| commit | 949eafe34aeb8fccac60e163f19eea31477f076e (patch) | |
| tree | 4d934f9880ccce181edcf0b87e3724f41bfb42ba | |
| parent | 5070403f2d528e411f6a7702d7a69cb2bc775e76 (diff) | |
| parent | f121e6180b448f798cd13a097244386772c78b40 (diff) | |
| download | rust-949eafe34aeb8fccac60e163f19eea31477f076e.tar.gz rust-949eafe34aeb8fccac60e163f19eea31477f076e.zip | |
Rollup merge of #40292 - mmatyas:readme_fix, r=alexcrichton
Fix text formatting in README There was a missing backtick in the README.
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
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. |
