Update installation instruction for 2.x.x prerelease

This commit is contained in:
Jan Nicklas 2015-09-09 12:11:07 +02:00
parent 2dbf2222bd
commit 6eb2d31c18
1 changed files with 1 additions and 1 deletions

View File

@ -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
```