docs: babel-node required -> Babel

closes #562
master
Tejas Manohar 2015-10-27 19:08:59 -07:00 committed by jongleberry
parent 664161a227
commit ae9edb6dc9
1 changed files with 1 additions and 1 deletions

View File

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