From 90da8e805a28fb823273c5bfd2ffa169fb90371d Mon Sep 17 00:00:00 2001 From: Michael Lazar Date: Sun, 24 May 2020 01:02:28 -0400 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2904cb9..4883a01 100644 --- a/README.md +++ b/README.md @@ -115,8 +115,8 @@ this readme, but you can find many helpful tutorials ### Static Files -Jetforce will, by default, serve static files in the ``/var/gemini/`` directory. -Files ending with **.gmi** will be interpreted as the *text/gemini* mime type. If +Jetforce will serve static files in the ``/var/gemini/`` directory by default. +Files ending with ***.gmi** will be interpreted as the *text/gemini* type. If a directory is requested, jetforce will look for a file named **index.gmi** in that directory to return. Otherwise, a directory file listing will be automatically generated.