diff --git a/packages/iconoir-vue/README.md b/packages/iconoir-vue/README.md
index 4253e0df..be75229f 100644
--- a/packages/iconoir-vue/README.md
+++ b/packages/iconoir-vue/README.md
@@ -18,9 +18,9 @@
### Vue 3
-```vue
+```js
@@ -30,15 +30,15 @@ import { Iconoir } from '@iconoir/vue';
### Vue 2
-```vue
+```js
@@ -67,7 +67,7 @@ Default values for the most common props are given below:
Tired of specifying the same props for every single icon, every time you use them? So were we. Use IconoirProvider to set the default icon props for everything inside IconoirProvider.
-```vue
+```js
@@ -75,10 +75,10 @@ import { IconoirProvider, Check } from '@iconoir/vue';