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/`.