From 4b1eaa0f0deb9811519fa0959d33223499f95ec8 Mon Sep 17 00:00:00 2001 From: Rahul Shukla Date: Wed, 8 Jun 2016 17:09:57 +0530 Subject: [PATCH] Fixed the connection url Updated the readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index daab9a4..abc4d2b 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ You can download angular-websocket by: // WebSocket works as well .factory('MyData', function($websocket) { // Open a WebSocket connection - var dataStream = $websocket('wss://website.com/data'); + var dataStream = $websocket('ws://website.com/data'); var collection = [];