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