diff --git a/README.md b/README.md
index 0f7077162f3d460435b66ea6cbaf9120b88a7500..78561c35f3f52306c5bdbf0ede085b20090029ed 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: