Skip to content

Commit e843ab3

Browse files
authored
Update README.md
1 parent f48326e commit e843ab3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ this.sockets.unsubscribe('EVENT_NAME');
9191
```
9292

9393
#### 🏆 Vuex Integration
94-
<p>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`</p>
94+
<p>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`</p>
9595

9696
``` javascript
9797
import Vue from 'vue'

0 commit comments

Comments
 (0)