From f210b46b843842b441cc37f4cf04ca53ab2cdb8e Mon Sep 17 00:00:00 2001 From: Jan Nicklas Date: Fri, 5 Jun 2015 09:08:43 +0200 Subject: [PATCH] Extend template example in readme --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 70de36d..e82a348 100644 --- a/README.md +++ b/README.md @@ -123,7 +123,8 @@ and favicon files into the markup. plugins: [ new HtmlWebpackPlugin({ inject: true, - template: 'my-index.html' + template: 'my-index.html', + title: 'Custom template', }) ] ``` @@ -133,7 +134,7 @@ plugins: [ - My App + {%=o.htmlWebpackPlugin.options.title}