Skip to content

Commit

Permalink
chore(README): Drop reference to babel for async/await (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
fregante authored and rpl committed Apr 9, 2018
1 parent bdb07e1 commit 6f9cfdf
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Expand Up @@ -104,9 +104,8 @@ The major differences are:
* Rather than nesting callbacks when a sequence of operations depend on each
other, Promise chaining is generally used instead.

* For users of an ES7 transpiler, such as Babel, the resulting Promises are
generally used with `async` and `await`, rather than dealt with
directly.
* The resulting Promises can be also used with `async` and `await`, rather
than dealt with directly.

## Examples

Expand Down

0 comments on commit 6f9cfdf

Please sign in to comment.