From a781106c547a797399df980409d91d8d59a363b6 Mon Sep 17 00:00:00 2001 From: Michael Lazar Date: Sun, 22 Sep 2019 23:44:33 -0400 Subject: [PATCH] Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 0488ead..c0a8860 100644 --- a/README.md +++ b/README.md @@ -141,11 +141,11 @@ the request using environment variables: | SERVER_PROTOCOL | GEMINI | | SERVER_SOFTWARE | jetforce/0.0.7 | -The CGI script must then write the entire gemini response to the standard -output stream. This includes the status code and meta string on the first -line, and the optional response body on subsequent lines. The CGI script should -not attempt to output the special header lines that are defined in the CGI -specification and geared towards HTTP servers. +The CGI script must then write the gemini response to the ``stdout`` stream. +This includes the status code and meta string on the first line, and the +optional response body on subsequent lines. The bytes generated by the +CGI script will be forwarded *verbatim* to the gemini client without any +modificiation. ## License