mirror of
https://github.com/MetinSeylan/Vue-Socket.io.git
synced 2025-04-16 15:21:28 +02:00
Update README.md
This commit is contained in:
parent
4608340bb1
commit
4652f6eec0
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ Vue.use(VueSocketio, 'http://socketserver.com:1923'); // Automaticly socket conn
|
|||
/*
|
||||
import socketio from 'socket.io-client';
|
||||
|
||||
var ioInstance socketio('http://socketserver.com:1923');
|
||||
var ioInstance = socketio('http://socketserver.com:1923');
|
||||
|
||||
Vue.use(VueSocketio, ioInstance); // bind custom socketio instance
|
||||
*/
|
||||
|
|
Loading…
Add table
Reference in a new issue