From d4b925985171255f088c2186e317ba53dd8c9336 Mon Sep 17 00:00:00 2001 From: Eli Saado Date: Mon, 10 Dec 2018 19:36:56 +0100 Subject: [PATCH] Fix your markdown --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1e2df71..2f5b1b3 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ -#nginx file browser +# nginx file browser + This web application is a very simple file browser which can be used effectively together with [nginx's autoindex module](http://nginx.org/en/docs/http/ngx_http_autoindex_module.html). @@ -38,4 +39,4 @@ shall be changed to alias /home/myuser/files-to-serve/; ``` -And the mounting point is now `/home/myuser/files-to-serve/` instead of `/opt/www/files/`. \ No newline at end of file +And the mounting point is now `/home/myuser/files-to-serve/` instead of `/opt/www/files/`.