Skip to content

Commit

Permalink
Fixed the connection url (#81)
Browse files Browse the repository at this point in the history
Updated the readme
  • Loading branch information
rahulshukla111 authored and PatrickJS committed Jun 21, 2016
1 parent 4a11420 commit ab83d79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [];
Expand Down

0 comments on commit ab83d79

Please sign in to comment.