From ef478d2e7d3e65f03868d2058bf0bee6d72f1e05 Mon Sep 17 00:00:00 2001
From: devCoster <coster@devcoster.com>
Date: Wed, 2 Nov 2016 01:36:13 +0000
Subject: [PATCH] Update README.md

---
 README.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index a7edd3f..d37a944 100644
--- a/README.md
+++ b/README.md
@@ -23,8 +23,8 @@ __Try it out:__ [devcoster.com/betterlisting/demo](https://www.devcoster.com/bet
 
 ## Installation:
 1.  Unzip BetterListing to your NGINX webroot so you end up with the following structure:    
- ```
-Web Root/
+```
+wwwroot/
 	|- betterlisting/
 	|- index.html
     |- robots.txt
@@ -53,7 +53,7 @@ server {
 		autoindex_localtime on;
 		autoindex_exact_size off;
 		try files $uri $uri/ =404;
-	}
+    }
 }
 ```
 ## Acknowledgements:
-- 
GitLab