about summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 32c8f3d..ffa270b 100644
--- a/README.md
+++ b/README.md
@@ -22,8 +22,8 @@ Script <path-to-cgi-script>
 
 See [corgi.conf](corgi.conf) for the configuration I use with my cgit instance.
 
-Scripts are tried in order, looking for one that matches. If none match,
-the first script is ran.
+Scripts are tried in order, looking for one that has a matching regex. If a
+script does not have a regex, it is selected. If none match, 404 is returned.
 
 Sets the following environmental variables for the CGI script, many following [RFC 3875][rfc]:  
 - **`GATEWAY_INTERFACE`** to the fixed value `CGI/1.1`