Fix syntax highlight in README

This commit is contained in:
CodinCat
2017-05-10 12:07:42 +08:00
committed by GitHub
parent 962bc13d2c
commit 34272cdc17

View File

@@ -12,7 +12,7 @@ Demo: http://vue-js-modal.yev.io/
### How to use ### How to use
Include plugin in your main.js file. Include plugin in your main.js file.
```javsacript ```javascript
import vmodal from 'vue-js-modal' import vmodal from 'vue-js-modal'
Vue.use(vmodal) Vue.use(vmodal)
@@ -106,7 +106,7 @@ And then forbits closing it for the next 5000 ms
### Developers ### Developers
To run an example: To run an example:
``` ```sh
# Clone repo # Clone repo
git clone https://github.com/euvl/vue-js-modal.git git clone https://github.com/euvl/vue-js-modal.git