Skip to content

Commit

Permalink
docs: fix a typo in the readme
Browse files Browse the repository at this point in the history
closes #128
  • Loading branch information
stsourlidakis authored and dougwilson committed Dec 15, 2021
1 parent e2981fc commit d38eb5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -197,8 +197,8 @@ app.listen(3000)
#### Multiple roots

This example shows a simple way to search through multiple directories.
Files are look for in `public-optimized/` first, then `public/` second as
a fallback.
Files are searched for in `public-optimized/` first, then `public/` second
as a fallback.

```js
var express = require('express')
Expand Down

0 comments on commit d38eb5b

Please sign in to comment.