diff --git a/README.md b/README.md index be087a0..de98000 100644 --- a/README.md +++ b/README.md @@ -61,8 +61,7 @@ import VueSocketIO from 'vue-socket.io' const options = { path: '/my-app/' }; //Options object to pass into SocketIO -Vue.use( - new VueSocketIO({ +Vue.use(new VueSocketIO({ debug: true, connection: SocketIO('http://metinseylan.com:1992', options), //options object is Optional vuex: {