From 6eb2d31c1887d45f4c402724bf47c2a5ab63ace6 Mon Sep 17 00:00:00 2001 From: Jan Nicklas Date: Wed, 9 Sep 2015 12:11:07 +0200 Subject: [PATCH] Update installation instruction for 2.x.x prerelease --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f9c3f4a..56cf127 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Installation ------------ Install the plugin with npm: ```shell -$ npm install html-webpack-plugin --save-dev +$ npm install html-webpack-plugin@2 --save-dev ```