diff --git a/README.markdown b/README.markdown index fc7445c..01dd310 100644 --- a/README.markdown +++ b/README.markdown @@ -169,13 +169,13 @@ cd build ``` -*** Building on Linux *** +** Building on Linux ** ``` cmake -DCMAKE_BUILD_TYPE=Release .. make ``` -*** Building on Windows *** +** Building on Windows ** Please use the Visual Studio 12 (2013) command prompt "Developer command prompt" ``` cmake -DCMAKE_BUILD_TYPE=Release -G "Visual Studio 12" ..