From 5179809d15fd4d9282aae41178384ea206ac792a Mon Sep 17 00:00:00 2001
From: klijn1 <nonoice@gmail.com>
Date: Thu, 20 Oct 2016 09:56:58 +0200
Subject: [PATCH] Typo

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 481b8215..ba282f78 100644
--- a/README.md
+++ b/README.md
@@ -90,7 +90,7 @@ cmake <path to CMakeLists.txt> -DWITH_TBB=ON -DWITH_MPI=ON -DSYSTEM_CRAY=ON
 
 ## targeting KNL
 
-### build modparser without KNL environment
+#### build modparser without KNL environment
 
 The source to source compiler "modparser" that generates the C++/CUDA kernels for the ion channels and synapses is in a separate repository.
 By default it will be built with the same compiler and flags that are used to build the miniapp and tests.
-- 
GitLab