From 57e1bbee6208fdc0b5fefa5d2e52d64b4a948cda Mon Sep 17 00:00:00 2001 From: Michael Lazar Date: Mon, 23 Sep 2019 09:28:05 -0400 Subject: [PATCH] Out of date docs --- jetforce.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/jetforce.py b/jetforce.py index edc4b9c..ebb5d05 100755 --- a/jetforce.py +++ b/jetforce.py @@ -193,9 +193,9 @@ class StaticDirectoryApplication(JetforceApplication): """ Serve a static directory over Gemini. - If a directory contains a hidden file with the name ".gemini", that file - will be returned when the directory path is requested. Otherwise, a - directory listing will be auto-generated. + If a directory contains a file with the name "index.gmi", that file will + be returned when the directory path is requested. Otherwise, a directory + listing will be auto-generated. """ def __init__(