Skip to content

Commit

Permalink
Fix async/await babel recommendation
Browse files Browse the repository at this point in the history
  • Loading branch information
ilkkao authored and jonathanong committed Feb 26, 2017
1 parent 909b829 commit 0c28d1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 0c28d1f

Please sign in to comment.