Skip to content

Commit

Permalink
docs: update README to reflect changed algorithm
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Blackmore committed Jun 27, 2022
1 parent c0025fe commit 1882c6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ This tiny middleware addresses some of the issues. Specifically, it will change
the requested location to the index you specify (default being `/index.html`)
whenever there is a request which fulfills the following criteria:

1. The request is a GET request
1. The request is a `GET` or `HEAD` request
2. which accepts `text/html`,
3. is not a direct file request, i.e. the requested path does not contain a
`.` (DOT) character and
Expand Down

0 comments on commit 1882c6a

Please sign in to comment.