Skip to content

Commit 9736f76

Browse files
committed
docs(readme): Update readme
- To point out the new template type
1 parent 1a1e798 commit 9736f76

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
This is a template for the [webpack](http://webpack.github.io/) plugin [html-webpack-plugin](https://www.npmjs.com/package/html-webpack-plugin). It has a few extra features than the [default template](https://github.com/ampedandwired/html-webpack-plugin/blob/master/default_index.html) which will hopefully make it less likely that you'll have to create your own `index.html` file in your webpack project.
44

5-
Templates for the html-webpack-plugin are implemented using [blueimp templates](https://github.com/blueimp/JavaScript-Templates). You can write your own as well.
5+
Templates for the html-webpack-plugin are implemented using [underscore templates](http://underscorejs.org/#template) (previously, in 2.x, [blueimp templates](https://github.com/blueimp/JavaScript-Templates)). You can write your own as well.
66

77
## Installation
88

@@ -43,7 +43,7 @@ Here's an example webpack config illustrating how to use these options in your `
4343
trackingId: 'UA-XXXX-XX',
4444
pageViewOnLoad: true
4545
},
46-
devServer: 3000,
46+
devServer: 3001,
4747
appMountId: 'app',
4848
window: {
4949
env: {
@@ -53,4 +53,4 @@ Here's an example webpack config illustrating how to use these options in your `
5353
})
5454
]
5555
}
56-
```
56+
```

0 commit comments

Comments
 (0)