From 19db7dc66923b67e4a4000691c86148829d142dd Mon Sep 17 00:00:00 2001 From: cristi Date: Tue, 18 Apr 2017 01:31:19 +0300 Subject: [PATCH] update README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index bdf274e..0089a6b 100644 --- a/README.md +++ b/README.md @@ -22,12 +22,12 @@ Other demos: ## Or alternatively directly include the javascript Download the css and js files from `dist` folder or reference them directly from github (check jsfiddle links) -```jsx +```html ``` ## Component registration -```jsx +```js //global registration import 'vue-tab-wizard' import 'vue-tab-wizard/dist/vue-tab-wizard.min.css' @@ -44,7 +44,7 @@ components: { ``` ## Template usage -```jsx +```html My first tab content