diff --git a/README.md b/README.md
index 7042674..b708554 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](https://github.com/MatAtBread/nodent))_
+- Support for ESnext & async/await _(via [Bublé] & [async-to-promises](https://github.com/rpetrich/babel-plugin-transform-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)_