From 113316a210bb9684705a6aee97c3afc634e8ae58 Mon Sep 17 00:00:00 2001 From: Alexis Tyler Date: Fri, 20 Apr 2018 22:07:52 +0930 Subject: [PATCH] fix syntax highlighting --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 39da45a..45f96bf 100644 --- a/README.md +++ b/README.md @@ -9,17 +9,17 @@ See it in action : ## Install npm : -``` -npm install --save vue-openapi +```console +$ npm install --save vue-openapi ``` yarn: -``` -yarn add vue-openapi +```console +$ yarn add vue-openapi ``` ## Usage -``` +```js import Vue from 'vue' import VueMaterial from 'vue-material' import OpenApi from 'vue-openapi'