Skip to content

Commit

Permalink
fix(docs): bad link mindmap->mimemap (#220)
Browse files Browse the repository at this point in the history
  • Loading branch information
perpil authored Jan 5, 2023
1 parent 85a8654 commit c08dd1a
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 @@ -607,7 +607,7 @@ res.type('.doc'); // => 'application/msword'
res.type('text/css'); // => 'text/css'
```

For a complete list of auto supported types, see [mimemap.js](lib/mindmap.js). Custom MIME types can be added by using the `mimeTypes` option when instantiating Lambda API
For a complete list of auto supported types, see [mimemap.js](lib/mimemap.js). Custom MIME types can be added by using the `mimeTypes` option when instantiating Lambda API

### location(path)

Expand Down

0 comments on commit c08dd1a

Please sign in to comment.