Skip to content

Commit 454e0b9

Browse files
committed
improve readme
1 parent 839687b commit 454e0b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ new ExtractTextPlugin(options: filename | object)
6565
* `options.disable: boolean` disables the plugin
6666
* `options.id: string` Unique ident for this plugin instance. (For advanced usage only, by default automatically generated)
6767
* `filenamefilter` function to modify path and filename before files are emitted
68-
```
68+
``` javascript
6969
{
7070
filenamefilter: function(filename) {
7171
// modify filename

0 commit comments

Comments
 (0)