From 4b7ec2f83e631909f4fa15c0f12bfd64932c8eb5 Mon Sep 17 00:00:00 2001 From: Sumit Kumar Date: Sat, 4 Feb 2017 21:36:28 +0100 Subject: [PATCH] added import of library to usage section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3d926bc..47eec3e 100755 --- a/README.md +++ b/README.md @@ -18,6 +18,7 @@ npm install vue-socket.io --save #### Configuration Automatic socket connection from an URL string ``` js +import VueSocketio from 'vue-socket.io'; Vue.use(VueSocketio, 'http://socketserver.com:1923'); ```