* 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