From 0bfd6cb97b6f3d6310e647d90eb0c9dae55a5a17 Mon Sep 17 00:00:00 2001 From: KjellKod Date: Tue, 25 Feb 2014 23:18:18 -0700 Subject: [PATCH] Readme. fixup --- README.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" ..