Skip to content

Commit

Permalink
Updated Socket API Endpoint in Example
Browse files Browse the repository at this point in the history
  • Loading branch information
iamskippy0 committed Dec 13, 2017
1 parent 13dab7b commit 811b9cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion subscribe.html
Expand Up @@ -11,7 +11,7 @@

<script type="text/javascript">

var socket = io.connect('http://socket.coincap.io');

This comment has been minimized.

Copy link
@amirziari

amirziari Aug 30, 2018

amirziari/25fe2bdb-ba19-4364-b83a-d364283e9eb2

This comment has been minimized.

Copy link
@Dh26
var socket = io.connect('https://coincap.io');

socket.on('trades', function (tradeMsg) {
console.log(tradeMsg);
Expand Down

0 comments on commit 811b9cd

Please sign in to comment.