From 941e8fb7cd8eb962a3876f6907724f3fa5abf820 Mon Sep 17 00:00:00 2001 From: Jan Nicklas Date: Wed, 9 Sep 2015 12:09:57 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c9fb7cf..7e4323f 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ $ npm install html-webpack-plugin --save-dev ``` There is also a [2.0 beta branch](https://github.com/ampedandwired/html-webpack-plugin/tree/feature/loaders) which allows using loaders for templates. -For further information on the 2.0 see its [pull-request](https://github.com/ampedandwired/html-webpack-plugin/pull/41) +For further information on 2.0 see the according [pull-request](https://github.com/ampedandwired/html-webpack-plugin/pull/41) ```shell $ npm install html-webpack-plugin@2 --save-dev ```