From 381cb5fdd014a369ab473c69ac817cc7f1e40efc Mon Sep 17 00:00:00 2001 From: Evan bechtol <10092035+evanbechtol@users.noreply.github.com> Date: Wed, 6 Mar 2019 11:20:24 -0600 Subject: [PATCH] README.MD Example Usage Updates (#198) * Fix Spelling - Rename `Listenler` to `Listener` * Add Options to Connection - Add options which can be passed to connection string for `SocketIO` * Build New Version * Fix spelling in Package.json - Change `implemantation` to `implementation` - Change `vuejs` to `Vue.js` - Change `vuex` to `VueX` * Updates to index.js - Add `options` to JSDocs for constructor - Fix spelling for JSDoc on `install` and `connect` methods * Update README.MD - Add example of connecting using socket.io-client instance * Update README.MD - Add options example using connection string * Update README.MD - Add options example using connection string * Remove unnecessary white space --- README.md | 32 ++++++++++++++++++++++++++++++-- 1 file changed, 30 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e73f487..de98000 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ are you looking for old documentation? h(App) +}).$mount('#app') +``` + **Parameters**|**Type's**|**Default**|**Required**|**Description** -----|-----|-----|-----|----- debug|Boolean|`false`|Optional|Enable logging for debug