From 49d7229ee314ad647eeae3d1ec5084e698aff71b Mon Sep 17 00:00:00 2001 From: Aaron Chen Date: Thu, 29 Jun 2017 16:09:36 +0800 Subject: [PATCH] Update README. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5263366..6d6e063 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 empty string. +Set sub-protocol, this is optional option and default is empty string. ``` js import VueNativeSock from 'vue-native-websocket' Vue.use(VueNativeSock, 'ws://localhost:9090', 'my-protocol')