From 779df4299ec6195498200ee549f30d6631d22244 Mon Sep 17 00:00:00 2001 From: hekai02 Date: Tue, 23 Oct 2018 12:12:21 +0800 Subject: [PATCH] Fix a spell error in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e82247f..c3217c2 100644 --- a/README.md +++ b/README.md @@ -240,7 +240,7 @@ header. Can either be a path to a [`.types`](http://svn.apache.org/repos/asf/httpd/httpd/trunk/docs/conf/mime.types) file or an object hash of type(s). - ecstatic({ mimeType: { 'mime-type': ['file_extension', 'file_extension'] } }) + ecstatic({ mimeTypes: { 'mime-type': ['file_extension', 'file_extension'] } }) ### `opts.handleError`