Skip to content

Commit b8cea1d

Browse files
committed
cat added
1 parent cb5055d commit b8cea1d

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<p align="center">
22
<a href="https://github.com/MetinSeylan/Vue-Socket.io" target="_blank">
3-
<img width="250"src="https://raw.githubusercontent.com/MetinSeylan/Vue-Socket.io/Refactoring3/docs/logo.png">
3+
<img width="250" src="https://raw.githubusercontent.com/MetinSeylan/Vue-Socket.io/Refactoring3/docs/logo.png">
44
</a>
55
</p>
66

@@ -57,7 +57,7 @@ vuex.mutationPrefix|String |`null`|Optional|Prefix for emitting server side vuex
5757

5858
#### 🌈 Component Level Usage
5959

60-
<p>if you want listen socket events from component side, you have to add `sockets` object in Vue component, and every function will start listen events, depends on object key</p>
60+
<p>If you want to listen socket events from component side, you need to add `sockets` object in Vue component, and every function will start to listen events, depends on object key</p>
6161

6262
``` javascript
6363
new Vue({
@@ -80,7 +80,7 @@ new Vue({
8080

8181
##### Dynamic Listenlers
8282

83-
<p>if you need consuming events dynamically in runtime, you can use `subscribe` and `unsubscribe` methods in Vue component</p>
83+
<p>If you need consuming events dynamically in runtime, you can use `subscribe` and `unsubscribe` methods in Vue component</p>
8484

8585
``` javascript
8686
this.sockets.subscribe('EVENT_NAME', (data) => {
@@ -113,3 +113,9 @@ export default new Vuex.Store({
113113
}
114114
})
115115
```
116+
117+
<p align="center">
118+
<a href="https://github.com/MetinSeylan/Vue-Socket.io" target="_blank">
119+
<img src="https://media.giphy.com/media/11jlnltQgUi2mQ/giphy.gif">
120+
</a>
121+
</p>

0 commit comments

Comments
 (0)