diff --git a/Compilation-guide-(Linux).md b/Compilation-guide-(Linux).md
index 57f16ef..9e892b9 100644
--- a/Compilation-guide-(Linux).md
+++ b/Compilation-guide-(Linux).md
@@ -12,7 +12,7 @@ freetype - TTF font rendering
ffmpeg/libavcodec - FFmpeg recording (**Note**: You will need a very recent build of FFmpeg to compile, use latest Git checkout)
nvidia-cg-toolkit - Cg shaders
-Some other libraries can be built support for as well, please refer to ./configure --help.
+Some other libraries can be built support for as well, please refer to `./configure --help`.
### Building libsnes
Here I assume you will use the bSNES emulation core. If you have GCC 4.5 or a more recent one, you can build from the vanilla sources which uses C++11 features.