Fix missing backtick typo

Fixes rendering of the end of the `Configure and Make` section.
This commit is contained in:
Paul Daniel Faria 2017-03-07 21:49:43 -05:00 committed by GitHub
parent b04ebef432
commit 234753a5ca

View File

@ -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.