From 079d8aef6e8b20200ff5d03f8a12bc16bbc47670 Mon Sep 17 00:00:00 2001 From: eevabec Date: Wed, 6 Mar 2019 10:43:37 -0600 Subject: [PATCH] Update README.MD - Add options example using connection string --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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({