Skip to content

Commit

Permalink
Mention Node 7 in Readme
Browse files Browse the repository at this point in the history
async/await works natively in Node 7, it's a shame to at least not mention it as an option. :)
  • Loading branch information
Nicholaiii authored May 5, 2017
1 parent 7b50023 commit cfddf92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
> Async await wrapper for easy error handling
## Pre-requisites
You need ES7 transpiler in order to use async/await functionality.
You need to use Node 7+ or an ES7 transpiler in order to use async/await functionality.
You can use babel or typescript for that.

## Install
Expand Down

0 comments on commit cfddf92

Please sign in to comment.