We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 818744f + 779df42 commit 7538ac5Copy full SHA for 7538ac5
README.md
@@ -240,7 +240,7 @@ header. Can either be a path to a
240
[`.types`](http://svn.apache.org/repos/asf/httpd/httpd/trunk/docs/conf/mime.types)
241
file or an object hash of type(s).
242
243
- ecstatic({ mimeType: { 'mime-type': ['file_extension', 'file_extension'] } })
+ ecstatic({ mimeTypes: { 'mime-type': ['file_extension', 'file_extension'] } })
244
245
### `opts.handleError`
246
0 commit comments