chore(README): Drop reference to babel for async/await (#50)
This commit is contained in:
parent
bdb07e10cc
commit
6f9cfdf6cf
|
@ -104,9 +104,8 @@ The major differences are:
|
||||||
* Rather than nesting callbacks when a sequence of operations depend on each
|
* Rather than nesting callbacks when a sequence of operations depend on each
|
||||||
other, Promise chaining is generally used instead.
|
other, Promise chaining is generally used instead.
|
||||||
|
|
||||||
* For users of an ES7 transpiler, such as Babel, the resulting Promises are
|
* The resulting Promises can be also used with `async` and `await`, rather
|
||||||
generally used with `async` and `await`, rather than dealt with
|
than dealt with directly.
|
||||||
directly.
|
|
||||||
|
|
||||||
## Examples
|
## Examples
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue