From b9b1bee5c0c20ea625520feb292ab1cfe61a4dc9 Mon Sep 17 00:00:00 2001 From: Aaron Chen Date: Thu, 29 Jun 2017 16:08:49 +0800 Subject: [PATCH] Update README. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index eade23a..5263366 100755 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Automatic socket connection from an URL string import VueNativeSock from 'vue-native-websocket' Vue.use(VueNativeSock, 'ws://localhost:9090') ``` -Set sub-protocol, this is optional option and default it's '' +Set sub-protocol, this is optional option and default it's empty string. ``` js import VueNativeSock from 'vue-native-websocket' Vue.use(VueNativeSock, 'ws://localhost:9090', 'my-protocol')