From 9d46a9f7fd82523f6af7e3c3684026b213c66581 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Arne=20=C3=98sleb=C3=B8?= <arne.oslebo@uninett.no>
Date: Fri, 26 Jul 2019 15:15:37 +0200
Subject: [PATCH] Update README.md

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

diff --git a/README.md b/README.md
index 02b0162..f8b4a89 100644
--- a/README.md
+++ b/README.md
@@ -11,7 +11,7 @@ The role soctools_server makes sure that docker	is properly installed on the ser
 
 Run the ansible playbook:
 
-  ansible-playbook -i inventories/deploy/hosts.yml deploy.yml
+`ansible-playbook -i inventories/deploy/hosts.yml deploy.yml`
 
 This will install the following docker images:
  * zookeeper:latest
@@ -25,7 +25,7 @@ Building images
 
 Images that are not offical Docker images can be built from scratch by running:
 
-   ansible-playbook -i inventories/build/hosts.yml build_images.yml
+`ansible-playbook -i inventories/build/hosts.yml build_images.yml`
 
 Edit the files under inventories/deploy/group_vars to specify that built images should be used. Currently only NiFi is built from scratch.
 
-- 
GitLab