Skip to content
This repository has been archived by the owner on May 29, 2019. It is now read-only.

docs(README): update install instructions #570

Merged
merged 1 commit into from Jul 17, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -19,6 +19,8 @@
<h2 align="center">Install</h2>

```bash
# for webpack 3
npm install --save-dev extract-text-webpack-plugin
# for webpack 2
npm install --save-dev extract-text-webpack-plugin@2.1.2
# for webpack 1
Expand Down