From 58480f18403a3e74f9afa99d15c8a89ffaeeec2a 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

---
 5-non-functionals-strike-back/README.md |   20 ++++++++++++++------
 1 files changed, 14 insertions(+), 6 deletions(-)

diff --git a/5-non-functionals-strike-back/README.md b/5-non-functionals-strike-back/README.md
index 5ee32e8..f1befde 100644
--- a/5-non-functionals-strike-back/README.md
+++ b/5-non-functionals-strike-back/README.md
@@ -191,9 +191,13 @@
 
 2. With this config in place run a build on Jenkins. To do this; commit your code (from your terminal):
 ```bash
-$ git add .
-$ git commit -m "ADD - security scanning tools to pipeline"
-$ git push
+git add .
+```
+```bash
+git commit -m "ADD - security scanning tools to pipeline"
+```
+```bash
+git push
 ```
 
 2. Check out the Blue Ocean Jenkins view for how the parallel stage is viewed!
@@ -243,9 +247,13 @@
 
 3. Save the `Jenkinsfile` and commit it to trigger a build with some more enhancements.
 ```bash
-$ git add .
-$ git commit -m "ADD - linting and coverage to the pipeline"
-$ git push
+git add .
+```
+```bash
+git commit -m "ADD - linting and coverage to the pipeline"
+```
+```bash
+git push
 ```
 
 3. When the build has completed; fix the linting errors if there are any and commit your changes. Look in Jenkins log for what the issue might be....

--
Gitblit v1.9.3