Update README.md

pull/15/head
Metin Seylan 8 years ago
parent 29ee0ea722
commit 4608340bb1

@ -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

Loading…
Cancel
Save