diff --git a/manuscript/developing/01_getting_started.md b/manuscript/developing/01_getting_started.md index 95db43cd..e2c1dc65 100644 --- a/manuscript/developing/01_getting_started.md +++ b/manuscript/developing/01_getting_started.md @@ -113,7 +113,7 @@ To get started, install [mini-html-webpack-plugin](https://www.npmjs.com/package npm add mini-html-webpack-plugin --develop ``` -T> [html-webpack-plugin](https://www.npmjs.com/package/mini-html-webpack-plugin) is a versatile option that can be expanded with plugins. For anything beyond basic usage, it's a good option. +T> [html-webpack-plugin](https://www.npmjs.com/package/html-webpack-plugin) is a versatile option that can be expanded with plugins. For anything beyond basic usage, it's a good option. To connect the plugin with webpack, set up the configuration as below: