diff --git a/README.md b/README.md index 9858ce0b..91d383a5 100644 --- a/README.md +++ b/README.md @@ -102,8 +102,8 @@ There is also an `extract` function on the instance. You should use this if you const ExtractTextPlugin = require('extract-text-webpack-plugin'); // Create multiple instances -const extractCSS = new ExtractTextPlugin('stylesheets/[name].css'); -const extractLESS = new ExtractTextPlugin('stylesheets/[name].less'); +const extractCSS = new ExtractTextPlugin('stylesheets/[name]-one.css'); +const extractLESS = new ExtractTextPlugin('stylesheets/[name]-two.css'); module.exports = { module: {