Skip to content

Commit 49fcff3

Browse files
author
Michael Manukyan
committed
change installation command to multiline
1 parent 5236091 commit 49fcff3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ to inject CSS chunks paths into your HTML file with
1010
## Recommended Installation
1111

1212
```bash
13-
npm install --save-dev css-chunks-html-webpack-plugin extract-css-chunks-webpack-plugin babel-plugin-dual-import html-webpack-plugin
13+
npm install --save-dev css-chunks-html-webpack-plugin \
14+
extract-css-chunks-webpack-plugin babel-plugin-dual-import \
15+
html-webpack-plugin
1416
```
1517

1618
*webpack.config.js*

0 commit comments

Comments
 (0)