Skip to content

Commit cced9a8

Browse files
Update JS version
1 parent 9e72fd2 commit cced9a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ <H1>Chat in 10 lines of JavaScript. Powered by PubNub</H1>
7070

7171

7272
<!-- Begin count: lines of code to create a chat app with the PubNub SDK (count ;)-->
73-
<script src="https://cdn.pubnub.com/sdk/javascript/pubnub.7.2.0.min.js"></script>
73+
<script src="https://cdn.pubnub.com/sdk/javascript/pubnub.8.2.5.min.js"></script>
7474
<script>var countTx = 0, countRx = 0, id = 'user_' + Math.random();
7575
(function () {
7676
var pubnub = new PubNub({publishKey: 'demo', subscribeKey: 'demo', userId: id}); // Your PubNub keys here. Get them from https://dashboard.pubnub.com.

0 commit comments

Comments
 (0)