diff --git a/README.md b/README.md index 59f850c..ede0712 100644 --- a/README.md +++ b/README.md @@ -98,4 +98,6 @@ Promise.any([ ## Implementations -- [Polyfill](https://github.com/zloirock/core-js#promiseany) +- Polyfills: + - [core-js](https://github.com/zloirock/core-js#promiseany) + - [es-shims](https://github.com/es-shims/Promise.any)