From dc76d288cc535292e63ee1438cf7d72058e18306 Mon Sep 17 00:00:00 2001
From: Erik Andresen <e.andresen@uni-wuppertal.de>
Date: Tue, 26 Apr 2016 10:36:07 +0200
Subject: [PATCH] update readme

---
 README.md | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/README.md b/README.md
index b92ef7e..a27adbd 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-JPSvis v0.7
+JPSvis v0.8
 ===========
 
 
@@ -38,19 +38,19 @@ The only requirement is a compiler supporting the new standard c++11.
 Windows (tested on Win7 with MinGW 4.8)
 ---------------------------------------
 
-    cmake -G "MinGW Makefiles" CMakeList.txt
-    make-mingw32.exe
+    cmake -G "MinGW Makefiles" CMakeLists.txt
+    mingw32-make.exe
 
 Linux (tested on Ubuntu 14.04 with gcc 4.8)
 ---------------
 
-    cmake CMakeList.txt
+    cmake CMakeLists.txt
     make
 
 OSX (tested on OSX Maverick with clang 5.1 and Yosemite with clang 6.1)
 ---------------------
 
-    cmake   CMakeList.txt
+    cmake   CMakeLists.txt
     make
 
 Note that the OpenMP acceleration might be missing under OSX
-- 
GitLab