From 36870b3d31684c813a62a6cb430d58efdcb1e767 Mon Sep 17 00:00:00 2001 From: Metin Seylan Date: Sun, 18 Nov 2018 15:00:18 +0300 Subject: [PATCH] added required fields table --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 2b0ea05..9790c85 100644 --- a/README.md +++ b/README.md @@ -47,10 +47,10 @@ new Vue({ }).$mount('#app'); ``` -**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 +**Parameters**|**Type's**|**Default**|**Required**|**Description** +-----|-----|-----|-----|----- +debug|Boolean|`false`|Optional|Enable logging for debug +connection|String/Socket.io-client|`null`|Required|Websocket server url or socket.io-client instance +vuex.store|Vuex|`null`|Optional|Vuex store instance +vuex.actionPrefix|String|`null`|Optional|Prefix for emitting server side vuex actions +vuex.mutationPrefix|String |`null`|Optional|Prefix for emitting server side vuex mutations \ No newline at end of file