From 3a5ddf94495bdeffd51b68ce7a0ffb5bea6e5009 Mon Sep 17 00:00:00 2001 From: Kai Date: Sun, 30 May 2021 01:38:59 +0200 Subject: [PATCH] Update caniuse URL to new pattern --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 11ccebd..458e3ee 100644 --- a/README.md +++ b/README.md @@ -145,7 +145,7 @@ Browsers without native [custom element support][support] require a [polyfill][] - Safari - Microsoft Edge -[support]: https://caniuse.com/#feat=custom-elementsv1 +[support]: https://caniuse.com/custom-elementsv1 [polyfill]: https://github.com/webcomponents/custom-elements ## See Also