From de7e9b4eb848d0e475b99f6fb1056f36f913e172 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Kuna?= <1282324+codecalm@users.noreply.github.com> Date: Fri, 27 Jan 2023 00:15:28 +0100 Subject: [PATCH] Update README.md --- packages/icons-vue/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/icons-vue/README.md b/packages/icons-vue/README.md index 25a73019f..7466513d6 100644 --- a/packages/icons-vue/README.md +++ b/packages/icons-vue/README.md @@ -47,7 +47,7 @@ or just [download from Github](https://github.com/tabler/tabler-icons/releases). ## How to use -All icons are Svelte components that contain SVG elements. So any icon can be imported and used as a component. It also helps to use threeshaking, so you only import the icons you use. +All icons are Vue components that contain SVG elements. So any icon can be imported and used as a component. It also helps to use threeshaking, so you only import the icons you use. ```vue