Techassi / vue-youtube-iframe

Integrate the YouTube Iframe player into your Vue 3 app.
https://www.npmjs.com/package/@techassi/vue-youtube-iframe
12 stars 0 forks source link

update basic usage code block in readme.md with correction #1

Closed ahmedh01 closed 4 years ago

ahmedh01 commented 4 years ago

There a slight mistake in the basic usage code in the instructions found in the readme.

In the import statement for main.js, it says:

import VueYouTubeIframe from 'vue-youtube-iframe';

However, this will not work. It in-fact needs to explicitly mention @techassi/, so the import statement is going to be:

import VueYouTubeIframe from '@techassi/vue-youtube-iframe'

^ will work.

Techassi commented 4 years ago

Thanks for pointing out this small mistake. You are 100% correct.

I updated the README in the latest commit edb063c