Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Mention Babel
  • Loading branch information
James Ide committed May 17, 2015
1 parent ea04312 commit 3ee2c66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -38,7 +38,7 @@ server.route({
});
```

For the `async` keyword to work, you will need to transform your source code with [regenerator](https://facebook.github.io/regenerator/) or a similar compiler.
For the `async` keyword to work, you will need to transform your source code with [Babel](https://babeljs.io/docs/usage/experimental/), [regenerator](https://facebook.github.io/regenerator/), or a similar compiler.

### Using co

Expand Down

0 comments on commit 3ee2c66

Please sign in to comment.