docs: babel-node required -> Babel

closes #562
This commit is contained in:
Tejas Manohar 2015-10-27 19:08:59 -07:00 committed by jongleberry
parent 664161a227
commit ae9edb6dc9

View file

@ -65,7 +65,7 @@ app.use(ctx => {
app.listen(3000);
```
## Example with ___async___ functions (babel-node required)
## Example with ___async___ functions (Babel required)
```js
const Koa = require('koa');