From 38638036c75cd9fafe790d8e10982797955cf7e3 Mon Sep 17 00:00:00 2001 From: Michael Lazar Date: Sun, 22 Sep 2019 23:40:31 -0400 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6822580..9958ed0 100644 --- a/README.md +++ b/README.md @@ -117,9 +117,9 @@ Jetforce will serve static files in the ``/var/gemini/`` directory: ### CGI Scripts -Jetforce implements a simplified version of the CGI specification. It doesn't -conform to the CGI [RFC 3875](https://tools.ietf.org/html/rfc3875) -specification, but it gets the job done for Gemini. +Jetforce supports a simplified version of CGI scripting. It doesn't +exactly follow the [RFC 3875](https://tools.ietf.org/html/rfc3875) +specification for CGI, but it gets the job done for Gemini. Any executable file placed in the server's ``cgi-bin/`` directory will be considered a CGI script. When a CGI script is requested by a gemini client,