From e1410633b30c9bd35dd4e00ce7a2ab5eb380406d Mon Sep 17 00:00:00 2001 From: Michael Lazar Date: Thu, 29 Aug 2019 23:39:35 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ce3e1f7..534e045 100644 --- a/README.md +++ b/README.md @@ -126,7 +126,7 @@ expected to write the entire gemini response *verbatim* to stdout: 2. The optional response body on subsequent lines The script is not allowed to respond with HTTP headers like ``Content-Type``, -or other special CGI headers like internal redirects. +or any other special CGI headers like internal file redirects. Some of the HTTP specific environment variables like ``REQUEST_METHOD`` are not used, because they don't make sense in the context of a Gemini request.