From ae9edb6dc913f71fc8781d37a5656f1dabc5acaf Mon Sep 17 00:00:00 2001 From: Tejas Manohar Date: Tue, 27 Oct 2015 19:08:59 -0700 Subject: [PATCH] docs: babel-node required -> Babel closes #562 --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index a5ed496..ccdd77e 100644 --- a/Readme.md +++ b/Readme.md @@ -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');