From 956ea928a30864b2b1c3468c73f74fda6157723f Mon Sep 17 00:00:00 2001 From: kaorun343 Date: Sun, 1 Jul 2018 06:18:32 +0900 Subject: [PATCH] fix README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0729f7e..20af3f4 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ MIT License ## install ```html - + @@ -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