Fix Readme Typo (#435)

`s/inject/template`
This commit is contained in:
Tim Oxley 2016-09-18 14:55:40 +08:00 committed by Jan Nicklas
parent 62c9e70113
commit 03758f46cc
1 changed files with 1 additions and 1 deletions

View File

@ -135,7 +135,7 @@ once in your plugins array:
Writing Your Own Templates
--------------------------
If the default generated HTML doesn't meet your needs you can supply
your own template. The easiest way is to use the `inject` option and pass a custom html file.
your own template. The easiest way is to use the `template` option and pass a custom html file.
The html-webpack-plugin will automatically inject all necessary CSS, JS, manifest
and favicon files into the markup.