From 81811e38164011d2087dded8855443ef74f5ecd5 Mon Sep 17 00:00:00 2001 From: Andreas Hocevar Date: Tue, 25 Aug 2020 10:59:11 +0200 Subject: [PATCH] Fix pointer events polyfill link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c2d5861182..06aec53755 100644 --- a/README.md +++ b/README.md @@ -115,7 +115,7 @@ For older browsers and platforms (Internet Explorer, Android 4.x, iOS v12 and ol * [`requestAnimationFrame`](https://caniuse.com/#feat=requestanimationframe): Available from [polyfill.io](https://polyfill.io/). * [`element.prototype.classList` (`add`/`remove`)](https://caniuse.com/#feat=classlist): Available from [polyfill.io](https://polyfill.io/). * [`URL` API](https://caniuse.com/#feat=url): Available from [polyfill.io](https://polyfill.io/). -* [Pointer events](https://caniuse.com/#feat=pointer): Use [elm-pep](https://npmjs.com/package/elm-pep) (lightweight) or [@openlayers/pepjs](https://npmjs.com/package/pepjs) (for really, really old browsers). +* [Pointer events](https://caniuse.com/#feat=pointer): Use [elm-pep](https://npmjs.com/package/elm-pep) (lightweight) or [@openlayers/pepjs](https://npmjs.com/package/@openlayers/pepjs) (for really, really old browsers). ## Documentation