Merge pull request #14 from CodinCat/patch-1

Fix syntax highlight in README
This commit is contained in:
Yev Vlasenko
2017-05-10 09:15:47 +01:00
committed by GitHub

View File

@@ -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