chore(README): Drop reference to babel for async/await (#50)

This commit is contained in:
Federico Brigante 2018-04-10 00:24:15 +07:00 committed by Luca Greco
parent bdb07e10cc
commit 6f9cfdf6cf
1 changed files with 2 additions and 3 deletions

View File

@ -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