fixup babel setup instructions (#794)
old instructions pointed to incorrect npm module names
This commit is contained in:
parent
742a675e60
commit
ce75a9c872
1 changed files with 1 additions and 1 deletions
|
@ -123,7 +123,7 @@ app.use(convert(function *(next) {
|
||||||
For Node 4.0 and Babel 6.0 you can setup like this:
|
For Node 4.0 and Babel 6.0 you can setup like this:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ npm install babel-register transform-async-to-generator --save
|
$ npm install babel-register babel-plugin-transform-async-to-generator --save
|
||||||
```
|
```
|
||||||
|
|
||||||
```js
|
```js
|
||||||
|
|
Loading…
Reference in a new issue