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: [
-