From fad576895aa507b3d6853ae2da08b4ea31396b48 Mon Sep 17 00:00:00 2001
From: donal <donalspring@gmail.com>
Date: Wed, 09 May 2018 17:58:31 +0200
Subject: [PATCH] remove shell and confusing npm i

---
 exercises/6-return-of-the-app-monitoring/README.md |   10 +++++++---
 1 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/exercises/6-return-of-the-app-monitoring/README.md b/exercises/6-return-of-the-app-monitoring/README.md
index eca0b9a..d40a5f6 100644
--- a/exercises/6-return-of-the-app-monitoring/README.md
+++ b/exercises/6-return-of-the-app-monitoring/README.md
@@ -111,9 +111,13 @@
 
 2. Our dashboards are set to show the `Description` field from the `Build Fail Analyser`. Run a build by checking in our failed tests and check the result on the Build Monitor created in the previous step
 ```bash
-$ git add .
-$ git commit -m "TEST - failing build"
-$ git push
+git add .
+```
+```bash
+git commit -m "TEST - failing build"
+```
+```bash
+git push
 ```
 ![fail-dashboard](../images/exercise6/fail-dashboard.png)
 

--
Gitblit v1.9.3