From e2bbc8ef8e7447f8eaf9ab4f7154e81cec34cedd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emre=20Yaylag=C3=BCl?= Date: Mon, 19 Nov 2018 14:10:32 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7569189..10000b7 100644 --- a/README.md +++ b/README.md @@ -78,7 +78,7 @@ new Vue({ }) ``` -##### Dynamic Listenlers +##### Dynamic Listeners

If you need consuming events dynamically in runtime, you can use `subscribe` and `unsubscribe` methods in Vue component