diff --git a/readme.md b/readme.md index a5efb48..b4df3fa 100644 --- a/readme.md +++ b/readme.md @@ -38,7 +38,13 @@ You can also specify your stylelint for stylefmt to use: ```javascript "module": { "loaders": [ - {"test": /\.css/, "loader": "css!postcss!stylefmt?config=.stylelintrc"} + { + test: /\.css/, + loader: 'stylefmt-loader', + query: { + config: '.stylelintrc' + } + } ] } ```