From 22b4dd0e8e128a4a93ebe35c87a56f2aa6989eb9 Mon Sep 17 00:00:00 2001 From: euvl Date: Wed, 5 Apr 2017 12:51:04 +0100 Subject: [PATCH] Updated readme --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ed2a8ab..a960b20 100644 --- a/README.md +++ b/README.md @@ -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