Skip to content

Commit

Permalink
Merge pull request #662 from Sibiraj-S/patch-1
Browse files Browse the repository at this point in the history
docs: update README.md
  • Loading branch information
xtuc committed Sep 1, 2018
2 parents 053c9f6 + 2344855 commit 8b6dd4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -25,13 +25,13 @@ __Notes:__ Issues with the output should be reported on the babel [issue tracker
> webpack 4.x | babel-loader 8.x | babel 7.x
```bash
npm install babel-loader @babel/core @babel/preset-env webpack
npm install -D babel-loader @babel/core @babel/preset-env webpack
```

> webpack 4.x | babel-loader 7.x | babel 6.x
```bash
npm install babel-loader@7 babel-core babel-preset-env webpack
npm install -D babel-loader@7 babel-core babel-preset-env webpack
```

<h2 align="center">Usage</h2>
Expand Down

0 comments on commit 8b6dd4b

Please sign in to comment.