Skip to content

Commit

Permalink
fix README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kaorun343 committed Jun 30, 2018
1 parent c6c9902 commit 956ea92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ MIT License
## install

```html
<script src="vue-youtube-embed.js"></script>
<script src="vue-youtube-embed.umd.js"></script>
<script>
Vue.use(VueYouTubeEmbed)
</script>
Expand All @@ -33,7 +33,7 @@ Vue.use(VueYouTubeEmbed)
// if you don't want install the component globally
Vue.use(VueYouTubeEmbed, { global: false })
// if you want to install the component globally with a different name
Vue.use(VueYouTubeEmbed, { global: true, componentId:"youtube-media" })
Vue.use(VueYouTubeEmbed, { global: true, componentId: "youtube-media" })
```

## Usage
Expand Down

0 comments on commit 956ea92

Please sign in to comment.