From 9205d20a16132e630e2efd6a13db147e5d579929 Mon Sep 17 00:00:00 2001
From: Rajiv Ranjan <rajranja@redhat.com>
Date: Wed, 20 Jun 2018 16:52:35 +0200
Subject: [PATCH] encoding the pipe sign

---
 README.md |    6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md
index 3f16ef0..799ad99 100644
--- a/README.md
+++ b/README.md
@@ -8,8 +8,8 @@
 ## Learner pre-requisites
  | Software | Version | Check |
  | -------- | ------- | ----- |
- | OCP CLI | v3.9 | $ oc version `|` grep -i --color oc  <br> <span style="color:red">oc </span> v3.9.0+191fece |
- | Ansible | v2.5 | $ ansible --version `|` grep -i --color ansible <br> <span style="color:red">ansible</span> 2.5.5 <br> .... <br>| 
+ | OCP CLI | v3.9 | $ oc version &#124; grep -i --color oc  <br><span style="color:red">oc </span> v3.9.0+191fece |
+ | Ansible | v2.5 | $ ansible --version &#124; grep -i --color ansible <br> <span style="color:red">ansible</span> 2.5.5 <br> .... <br>| 
  | NodeJS | v8.x | $ node -v <br> v8.11.3|
  | Git Installed | | $ git --version <br> git version 2.17.1|
  | Google Chrome Web Browser | (>59) | click [here](chrome://version/) if Google Chrome is your default browser else copy the link `chrome://version/` in your Chome |
@@ -17,8 +17,6 @@
  | JDK | v8 | $ java -version <br>java version "1.8.0_131"<br>Java(TM) SE Runtime Environment (build 1.8.0_131-b11)<br>Java HotSpot(TM) 64-Bit Server VM (build 25.131-b11, mixed mode)|
  | Access to an OpenShift cluster | | `oc login -u <username> -p <password> <cluster_url>` |
  | Text editor such as Atom, IntelliJ or Visual Studio Code <br><br> (The exercises were created using `VSCode`, so the screenshots will match its layout and colour schemes) | - | - |
- | | | |
-
 
 
 > (TODO) Download the tools-container containing required Ansible and OpenShift tooling pre-installed

--
Gitblit v1.9.3