diff --git a/README.md b/README.md index af590cb..2e8dc9f 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,8 @@ Vue.use(new VueSocketIO({ store, actionPrefix: 'SOCKET_', mutationPrefix: 'SOCKET_' - } + }, + options: { path: "/my-app/" } //Optional options })) new Vue({