From 0c28d1f57bacdab7574c230890f6814e998dade8 Mon Sep 17 00:00:00 2001 From: Ilkka Oksanen Date: Sun, 26 Feb 2017 12:21:17 +0100 Subject: [PATCH] Fix async/await babel recommendation --- docs/api/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/index.md b/docs/api/index.md index d15a77b..f98a247 100644 --- a/docs/api/index.md +++ b/docs/api/index.md @@ -31,7 +31,7 @@ For example, in your `.babelrc` file, you should have: } ``` -You can also use the [stage-3 preset](http://babeljs.io/docs/plugins/preset-stage-3/) instead. +You can also use the [env preset](http://babeljs.io/docs/plugins/preset-env/) with a target option `"node": "current"` instead. # Application