Skip to content

Commit

Permalink
Update readme wording (#348)
Browse files Browse the repository at this point in the history
  • Loading branch information
janniks authored and timneutkens committed Apr 3, 2018
1 parent 43c39fb commit 066c06a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Expand Up @@ -80,7 +80,7 @@ module.exports = async (req, res) => {

### Transpilation

The package takes advantage of native support for `async` and `await`, which is always as of **Node.js 8.0.0**! In turn, we suggest either using at least this version both in development and production (if possible), or transpiling the code using [async-to-gen](https://github.com/leebyron/async-to-gen), if you can't use the latest Node.js version.
The package takes advantage of native support for `async` and `await`, which is available as of **Node.js 8.0.0**! In turn, we suggest either using at least this version both in development and production (if possible), or transpiling the code using [async-to-gen](https://github.com/leebyron/async-to-gen), if you can't use the latest Node.js version.

In order to do that, you firstly need to install it:

Expand Down

0 comments on commit 066c06a

Please sign in to comment.