Skip to content

Commit

Permalink
docs: update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sibiraj-s committed Aug 27, 2018
1 parent 95e71fd commit e1c190d
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 3.x | babel-loader 8.x | babel 7.x
```bash
npm install "babel-loader@^8.0.0-beta" @babel/core @babel/preset-env webpack
npm install -D "babel-loader@^8.0.0-beta" @babel/core @babel/preset-env webpack
```

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

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

0 comments on commit e1c190d

Please sign in to comment.