diff --git a/README.md b/README.md index c04d2cb..2b0ea05 100644 --- a/README.md +++ b/README.md @@ -45,4 +45,12 @@ new Vue({ store, render: h => h(App) }).$mount('#app'); -``` \ No newline at end of file +``` + +**Parameters**|**Type's**|**Default**|**Description** +-----|-----|-----|----- +debug|Boolean|`false`| Enable logging for debug +connection|String/Socket.io-client|`null`| Websocket server url or socket.io-client instance +vuex.store|Vuex|`null`| Vuex store instance +vuex.actionPrefix|String|`null`|Prefix for emitting server side vuex action +vuex.mutationPrefix|String |`null`|Prefix for emitting server side vuex mutation \ No newline at end of file