From b2d53a453c5714cc05280eb34410083b8e79531c Mon Sep 17 00:00:00 2001 From: Antonio Date: Tue, 11 Oct 2016 01:04:46 -0500 Subject: [PATCH] Fix typo in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 55e2daf1..89228dad 100644 --- a/README.md +++ b/README.md @@ -270,4 +270,4 @@ See the [example] implementation. Event `postcss-loader-before-processing` is fired before processing and allows to add or remove postcss plugins. -[example]: https://github.com/postcss/postcss-loader/blob/master/test/webpack-plugins/rewrite.js +[example]: https://github.com/postcss/postcss-loader/blob/master/test/support/webpack-plugins/rewrite.js