From 4652f6eec0c4c5171644957bfa7f2a8082b9d35c Mon Sep 17 00:00:00 2001 From: Metin Seylan Date: Tue, 10 May 2016 01:23:45 +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 6cf9439..e41e1aa 100644 --- a/README.md +++ b/README.md @@ -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 */