diff --git a/README.md b/README.md
index fa6db4d..5a5f98d 100644
--- a/README.md
+++ b/README.md
@@ -12,7 +12,7 @@
## ✨ Features:
- **One dependency** to bundle your library using only a `package.json`
-- Support for ESnext & async/await _(via [Bublé] & [Nodent])_
+- Support for ESnext & async/await _(via [Bublé] & [async-to-promises])_
- Produces tiny, optimized code for all inputs
- Supports multiple entry modules _(`cli.js` + `index.js`, etc)_
- Creates multiple output formats for each entry _(CJS, UMD & ESM)_
@@ -125,3 +125,4 @@ Here's what's coming up for Microbundle:
[rollup]: https://github.com/rollup/rollup
[bublé]: https://github.com/Rich-Harris/buble
+[async-to-promises]: https://github.com/rpetrich/babel-plugin-transform-async-to-promises