fixup babel setup instructions (#794)

old instructions pointed to incorrect npm module names
master
Jacob Bass 2016-08-06 15:06:31 +10:00 committed by Julian Gruber
parent 742a675e60
commit ce75a9c872
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@ app.use(convert(function *(next) {
For Node 4.0 and Babel 6.0 you can setup like this:
```bash
$ npm install babel-register transform-async-to-generator --save
$ npm install babel-register babel-plugin-transform-async-to-generator --save
```
```js