Updated readme

This commit is contained in:
euvl
2017-04-05 12:51:04 +01:00
parent bbc4ceeece
commit 22b4dd0e8e

View File

@@ -24,7 +24,7 @@ Create modal
Call it from anywhere in the app
```javascript
methods: {
show() {
show() {
this.$modal.show('hello-word');
},
hide () {
@@ -62,8 +62,8 @@ methods: {
![](http://i.imgur.com/mN1MBJ3.gif)
Example:
Example:
```
npm run examples
cd demo
npm run dev
```
Will be served at http://localhost:8000/examples