From c08dd1acc8287a7d87e5d32564d60704351e5f41 Mon Sep 17 00:00:00 2001 From: perpil <97474956+perpil@users.noreply.github.com> Date: Thu, 5 Jan 2023 02:53:32 -0800 Subject: [PATCH] fix(docs): bad link mindmap->mimemap (#220) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8ee69f1..dd7de91 100644 --- a/README.md +++ b/README.md @@ -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)