diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md index 8cfbe11..d26a2ae 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Script <path-to-cgi-script> ENV_KEY <some-env-value> ``` -Sets the following environmental variables for the CGI script, many following [RFC 3875][rfc]: +Sets the following environmental variables for the CGI script, many following [RFC 3875][rfc]: - **`GATEWAY_INTERFACE`** to the fixed value `CGI/1.1` - **`PATH_INFO`** to the HTTP path the client requested - **`QUERY_STRING`** to the query part of the URI |