From 4c18b2b653b4503a2bb203067a774c7d73c06a04 Mon Sep 17 00:00:00 2001 From: Yev Vlasenko Date: Fri, 4 Aug 2017 11:41:40 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f79cb58..4deb825 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ You can easily send data into the modal: this.$modal.show('hello-world', { foo: 'bar' }) ``` -And receive it on `beforeOpen` event: +And receive it in `beforeOpen` event handler: ```vue