Skip to content

Commit edb063c

Browse files
committed
Add correct import path
1 parent 7acfa7f commit edb063c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ yarn add @techassi/vue-youtube-iframe
2424
import { createApp } from 'vue';
2525
import App from './App.vue';
2626

27-
import VueYouTubeIframe from 'vue-youtube-iframe';
27+
import VueYouTubeIframe from '@techassi/vue-youtube-iframe';
2828

2929
createApp(App).use(VueYouTubeIframe).mount('#app');
3030
```

0 commit comments

Comments
 (0)