about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index d26a2ae..58db384 100644
--- a/README.md
+++ b/README.md
@@ -13,10 +13,10 @@ Script <path-to-cgi-script>
 ```
 
 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
-- **`REQUEST_METHOD`** to the HTTP request method
+- **`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  
+- **`REQUEST_METHOD`** to the HTTP request method  
 
 Additionally, corgi will set environment variables for the HTTP request headers.
 They will be uppercased and hyphens replaced with underscores.