diff --git a/README.md b/README.md
index 587b0d5..f9183dd 100644
--- a/README.md
+++ b/README.md
@@ -98,7 +98,7 @@ or, using `httpVueLoader` as a plugin
```
or, using an array
-```
+```js
new Vue({
components: [
'url:my-component.vue'
@@ -211,7 +211,7 @@ module.exports =
Example - Stylus:
-```JavaScript
+```vue
@@ -232,7 +232,7 @@ httpVueLoader.langProcessor.stylus = function(stylusText) {
```
-```stylus
+```vue
...