From bc68f3d706f7df18ef002156d9978053e054b546 Mon Sep 17 00:00:00 2001 From: Michael Lazar Date: Sun, 24 May 2020 01:40:46 -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 bea6174..1b5581d 100644 --- a/README.md +++ b/README.md @@ -137,7 +137,7 @@ the request using environment variables: | GATEWAY_INTERFACE | The CGI version (for compatability). | ``GCI/1.1`` | | SERVER_PROTOCOL | The server protocol. | ``GEMINI`` | | SERVER_SOFTWARE | The server version string. | ``jetforce/0.0.7`` | -| GEMINI_URL | The raw URL string that was requested. | ``gemini://mozz.us/cgi-bin/example.cgi/hello?world`` +| GEMINI_URL | The raw URL string from the request. | ``gemini://mozz.us/cgi-bin/example.cgi/hello?world`` | SCRIPT_NAME | The part of the URL's path that corresponds to the CGI script location. | ``/cgi-bin/example.cgi`` | | PATH_INFO | The remainder of the URL's path after the CGI script location. | ``/hello`` | | QUERY_STRING | The query string portion of the request URL. | ``world`` |