From ab83d79674b0a553df7de1fa7d5fa3da14d51594 Mon Sep 17 00:00:00 2001 From: Rahul Shukla Date: Tue, 21 Jun 2016 08:22:51 +0530 Subject: [PATCH] Fixed the connection url (#81) Updated the readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 05e03df..73586d9 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,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 = [];