From 03758f46ccadcc9e0b90aac9898ffce46a8821f2 Mon Sep 17 00:00:00 2001 From: Tim Oxley Date: Sun, 18 Sep 2016 14:55:40 +0800 Subject: [PATCH] Fix Readme Typo (#435) `s/inject/template` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bb01cc2..3f3ff0a 100644 --- a/README.md +++ b/README.md @@ -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.