From 8718310f657e410de59bad959768aa78d1aaca15 Mon Sep 17 00:00:00 2001 From: Michael Lazar Date: Sun, 22 Sep 2019 23:45:24 -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 f5332e8..d1cef4c 100644 --- a/README.md +++ b/README.md @@ -144,8 +144,8 @@ the request using environment variables: 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. +CGI script will be forwarded *verbatim* to the gemini client, without any +additional modificiation by the server ## License