From 101791ec9b5ce965d98fe98e1cd0ccbb81604393 Mon Sep 17 00:00:00 2001
From: Chris Shantz <mnshantz@uwaterloo.ca>
Date: Thu, 11 Oct 2018 15:32:39 -0400
Subject: [PATCH] Update README.md made changes to how the inline code appears.

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

diff --git a/README.md b/README.md
index 7fde10e..da01502 100644
--- a/README.md
+++ b/README.md
@@ -70,5 +70,5 @@ You will need to use Windows Powershell (as Admin) and enter:
 ```bash
         $Env:COMPOSE_CONVERT_WINDOWS_PATHS=1
 ```
-***IMPORTANT*** If you run docker-compose kill you stop all the containers, if you run docker-compose up -d again the containers come back in the state you left them (so sites exsist that you created).
-If, after you run docker-compose kill you power off the Virtual Machine in vagrant (usually called default) then the next time you run docker-compose up -d it will rebuild the containers.
\ No newline at end of file
+**IMPORTANT!** If you run ```docker-compose kill``` you stop all the containers, if you run ```docker-compose up -d``` again the containers come back in the state you left them (so sites exsist that you created).
+If, after you run ```docker-compose kill``` you power off the Virtual Machine in vagrant (usually called default) then the next time you run ```docker-compose up -d``` it will rebuild the containers.
\ No newline at end of file
-- 
GitLab