From ce75a9c87292e886b50d5285d9a5f4e438c2d484 Mon Sep 17 00:00:00 2001 From: Jacob Bass Date: Sat, 6 Aug 2016 15:06:31 +1000 Subject: [PATCH] fixup babel setup instructions (#794) old instructions pointed to incorrect npm module names --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index f4217bc..719fbb9 100644 --- a/Readme.md +++ b/Readme.md @@ -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