From e84b0acfd7063de219d8f3cf32d780bd002381de Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Sun, 10 Nov 2019 19:24:00 -0800 Subject: [PATCH] List es-shims polyfill (#46) --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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)