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
|
||||
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
|
||||
|
||||
|
|
Loading…
Reference in New Issue