From 043caa137147c20f5f0929c30505708167d77c7b Mon Sep 17 00:00:00 2001 From: Chris Calo Date: Mon, 20 Apr 2020 21:21:58 -0400 Subject: [PATCH] fix syntax highlighting in README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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 ...