about summary refs log tree commit diff
diff options
context:
space:
mode:
authorgennyble <gen@nyble.dev>2025-03-11 18:15:32 -0500
committergennyble <gen@nyble.dev>2025-03-11 18:15:32 -0500
commit1c0d1e612ced0c2b5759bd2701ee1dcffc7e345a (patch)
treea5a4e7ded6eedf82dc2ccd5a02004836eadcc049
parent0ced32908a74bc7a7f32ea248ca2914ab407e9ad (diff)
downloadcorgi-1c0d1e612ced0c2b5759bd2701ee1dcffc7e345a.tar.gz
corgi-1c0d1e612ced0c2b5759bd2701ee1dcffc7e345a.zip
markdown hates newlines
-rw-r--r--README.md2
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