Skip to content

Commit 36d0494

Browse files
Evan Savagejoshwiens
Evan Savage
authored andcommitted
Update README.md to reflect version changes (#432)
1 parent 5268d14 commit 36d0494

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
@@ -18,10 +18,10 @@
1818
<h2 align="center">Install</h2>
1919

2020
```bash
21-
# for webpack 1
22-
npm install --save-dev extract-text-webpack-plugin
2321
# for webpack 2
24-
npm install --save-dev extract-text-webpack-plugin@beta
22+
npm install --save-dev extract-text-webpack-plugin
23+
# for webpack 1
24+
npm install --save-dev extract-text-webpack-plugin@1.0.1
2525
```
2626

2727
<h2 align="center">Usage</h2>

0 commit comments

Comments
 (0)