diff --git a/README.md b/README.md index a7edd3f6376f2a8c3da42c1dc6a1e3d09755a63e..d37a9443efe150c2f3f4f7e78ad0aca4bd531187 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: