From 9e106ef5dd8358e231631cdee955eacd87fc4f38 Mon Sep 17 00:00:00 2001 From: shrpne Date: Wed, 5 Feb 2025 04:19:13 +0000 Subject: [PATCH] Fix link in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f6777e1..3fe6148 100644 --- a/README.md +++ b/README.md @@ -192,7 +192,7 @@ But there's an alternative that sidesteps these issues: load the SVG with a GET ### Note -The SVG [``](http://css-tricks.com/svg-use-external-source) element can be used to achieve something similar to this component. See [this article](http://taye.me/blog/svg/a-guide-to-svg-use-elements/) for more information and [this table](https://developer.mozilla.org/en-US/docs/Web/SVG/Element/use#Browser_compatibility) for browser support and caveats. +The SVG [``](http://css-tricks.com/svg-use-external-source) element can be used to achieve something similar to this component. See [this article](http://taye.me/blog/svg/a-guide-to-svg-use-elements) for more information and [this table](https://developer.mozilla.org/en-US/docs/Web/SVG/Element/use#Browser_compatibility) for browser support and caveats. ## Credits