From 4608340bb1d0b612d4e4df353cce0c5867e67775 Mon Sep 17 00:00:00 2001 From: Metin Seylan Date: Tue, 10 May 2016 01:23:20 +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 ef9fa24..6cf9439 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ socket.io implemantation for vuejs ``` js import VueSocketio from 'vue-socket.io'; // for ES6 -// var VueSocketio require('vue-socket.io') // for commonjs +// var VueSocketio = require('vue-socket.io') // for commonjs Vue.use(VueSocketio, 'http://socketserver.com:1923'); // Automaticly socket connect from url string