From 41d44768da981ba24e5620101aee6f0a82990915 Mon Sep 17 00:00:00 2001
From: Robin Mueller <robin.mueller.m@gmail.com>
Date: Fri, 20 Nov 2020 18:37:32 +0100
Subject: [PATCH] small readme fix

---
 README.md | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 4796eab1..28b0fec7 100644
--- a/README.md
+++ b/README.md
@@ -28,11 +28,12 @@ Target systems:
 * Install make (only on windows, SDK on Linux can use the make installed with the SDK)
 	1. Install NodeJS LTS
 	2. Install xpm
-	````
+	```sh
 	npm install --global xpm
-	````
+	```
+	
 	3. Install Windows build tools (after installation also linux commands like mkdir can be used from windows) 
-	````
+	```sh
 	xpm install --global @xpack-dev-tools/windows-build-tools@latest
 	````