diff options
author | gennyble <gen@nyble.dev> | 2025-03-11 18:15:32 -0500 |
---|---|---|
committer | gennyble <gen@nyble.dev> | 2025-03-11 18:15:32 -0500 |
commit | 1c0d1e612ced0c2b5759bd2701ee1dcffc7e345a (patch) | |
tree | a5a4e7ded6eedf82dc2ccd5a02004836eadcc049 | |
parent | 0ced32908a74bc7a7f32ea248ca2914ab407e9ad (diff) | |
download | corgi-1c0d1e612ced0c2b5759bd2701ee1dcffc7e345a.tar.gz corgi-1c0d1e612ced0c2b5759bd2701ee1dcffc7e345a.zip |
markdown hates newlines
-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 |