From e843ab394ebf142fbb3faa1918f072de81200d22 Mon Sep 17 00:00:00 2001 From: Metin Seylan Date: Sun, 18 Nov 2018 21:33:42 +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 4cd25e3..7569189 100644 --- a/README.md +++ b/README.md @@ -91,7 +91,7 @@ this.sockets.unsubscribe('EVENT_NAME'); ``` #### 🏆 Vuex Integration -

When you set store parameter in installation, `Vue-Socket.io` will sending events to Vuex store, you can use `actions` and `mutations` in same time if you set both prefix for vuex but best way is use just `actions`

+

When you set store parameter in installation, `Vue-Socket.io` will start sending events to Vuex store. If you set both prefix for vuex, you can use `actions` and `mutations` at the same time. But, best way to use is just `actions`

``` javascript import Vue from 'vue'