From 81edfcbd93e81ae1e71dcfb0f8fff2fd2150a4e5 Mon Sep 17 00:00:00 2001 From: Jesse McCarthy Date: Fri, 13 Nov 2015 10:25:40 -0500 Subject: [PATCH] Correct option name: features => plugins. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 876a5b01ff..7013566608 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ require("babylon").parse("code", { // parse in strict mode and allow module declarations sourceType: "module", - features: [ + plugins: [ // enable experimental async functions "asyncFunctions",