diff --git a/README.md b/README.md index 509318c..3b5f716 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ $ npm install vue-websocket-next Register the plugin. By default, it will connect to `/`: ```js -import VueWebsocket from "vue-websocket"; +import VueWebsocket from "vue-websocket-next"; import IO from 'socket.io-client'; Vue.use(VueWebsocket, IO);