From c14b7d70791bb5935b9304c036790c842cec13dc Mon Sep 17 00:00:00 2001
From: devCoster <coster@devcoster.com>
Date: Tue, 1 Nov 2016 02:08:25 +0000
Subject: [PATCH] Update README.md

---
 README.md | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/README.md b/README.md
index 0f70771..78561c3 100644
--- a/README.md
+++ b/README.md
@@ -3,9 +3,9 @@
 ## What is BetterListing?
 
 BetterListing enhances and themes the default NGINX directory listings __WITHOUT__ the need for the Fancy Index module. As BetterListing uses Javascript and jQuery, no compiling or reinstalling is required. Who can be bothered with that, anyway?  
-  
+
 __Try it out:__ [devcoster.com/betterlisting/demo](https://www.devcoster.com/betterlisting/demo)  
-  
+
 BetterListing was tested on NGINX 1.10.0
 
 ## Features:
@@ -16,14 +16,14 @@ BetterListing was tested on NGINX 1.10.0
 - Easily add support for new MIME types when needed.
 - Released under GNU General Public License v3 (GPL-3).
 - Supports the following file types
-'''
+```
 .7z, .avi, .bin, .c++, .c, .css, .deb, .doc, .docx, .gif, .gzip, .html, .ico, .iso, .java, .jpeg, .jpg, .js, .mp3, .mp4, .msg, .ogg, .pdf, .php, .png, .ppt, .pptx, .psd, .py, .rar, .sql, .swf, .tiff, .torrent, .txt, .wav, .wmv, .xls, .xlsx, .zip
-'''
+```
 
 ## Requirements:
 
 - NGINX (Fancy Index module not required)
-- Write access to '/etc/nginx/sites-enabled/default'  
+- Write access to `/etc/nginx/sites-enabled/default`  
  
 ## Installation:
 
-- 
GitLab