From 34272cdc17537bdf6bd3aa85ab56748ea23ea37c Mon Sep 17 00:00:00 2001 From: CodinCat Date: Wed, 10 May 2017 12:07:42 +0800 Subject: [PATCH] Fix syntax highlight in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f826b7e..e9a00e9 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Demo: http://vue-js-modal.yev.io/ ### How to use Include plugin in your main.js file. -```javsacript +```javascript import vmodal from 'vue-js-modal' Vue.use(vmodal) @@ -106,7 +106,7 @@ And then forbits closing it for the next 5000 ms ### Developers To run an example: -``` +```sh # Clone repo git clone https://github.com/euvl/vue-js-modal.git