From cc867991517d41075e632890e2442ce896702845 Mon Sep 17 00:00:00 2001 From: Gyandeep Singh Date: Mon, 3 Oct 2016 17:16:40 -0500 Subject: [PATCH] Docs: Fix babel-plugin-transform-async-generator-functions heading (#4656) [skip ci] --- .../babel-plugin-transform-async-generator-functions/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/babel-plugin-transform-async-generator-functions/README.md b/packages/babel-plugin-transform-async-generator-functions/README.md index d0d16279a9..33cbd52888 100644 --- a/packages/babel-plugin-transform-async-generator-functions/README.md +++ b/packages/babel-plugin-transform-async-generator-functions/README.md @@ -1,4 +1,4 @@ -# babel-plugin-transform-async-functions +# babel-plugin-transform-async-generator-functions Turn async generator functions and for-await statements to ES2015 generators