We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e72fd2 commit cced9a8Copy full SHA for cced9a8
index.html
@@ -70,7 +70,7 @@ <H1>Chat in 10 lines of JavaScript. Powered by PubNub</H1>
70
71
72
<!-- 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>
+ <script src="https://cdn.pubnub.com/sdk/javascript/pubnub.8.2.5.min.js"></script>
74
<script>var countTx = 0, countRx = 0, id = 'user_' + Math.random();
75
(function () {
76
var pubnub = new PubNub({publishKey: 'demo', subscribeKey: 'demo', userId: id}); // Your PubNub keys here. Get them from https://dashboard.pubnub.com.
0 commit comments