From f4d4fd90fdaf92b5c1cf81ff9bd780990354db25 Mon Sep 17 00:00:00 2001 From: Onur Senture Date: Mon, 27 May 2019 13:37:44 +0300 Subject: [PATCH] Fix markup --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index baffd00a2..a2a9a27f0 100644 --- a/README.md +++ b/README.md @@ -29,13 +29,13 @@ In the next step, register the component with the tag name you'd like to use. Vue.component('Dialog', Dialog); ``` Then you'll be able to utilize the component in your application. -```markup +```html ``` ### Script Tag Other alternative is utilizing the components directly within the browser with UMD packages. -```markup +```html calendar demo