File tree 1 file changed +15
-2
lines changed
1 file changed +15
-2
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,21 @@ business collaborative solutions, and more.
15
15
16
16
You may access the latest PubNub JavaScript SDK on The PubNub Network CDN.
17
17
18
+ ``` html
19
+ <!-- Version Specific "Auto Upgrading" -->
20
+ <script src =http://cdn.pubnub.com/pubnub-3.5.48.min.js ></script >
21
+
22
+ <!-- Latest "Auto Upgrading" -->
23
+ <script src =http://cdn.pubnub.com/pubnub.min.js ></script >
24
+
25
+ <!-- SSL -->
26
+ <script src =https://cdn.pubnub.com/pubnub.min.js ></script >
27
+ ```
28
+
29
+ > ** NOTE:** SSL Mode requires a few extra steps: [ SSL MODE] ( README.md#ssl-mode )
30
+
31
+ Init Method to Create PubNub Instance:
32
+
18
33
``` html
19
34
<script src =http://cdn.pubnub.com/pubnub-3.5.48.min.js ></script >
20
35
<script >(function (){
@@ -25,8 +40,6 @@ You may access the latest PubNub JavaScript SDK on The PubNub Network CDN.
25
40
})(); </script >
26
41
```
27
42
28
- > ** NOTE:** SSL Mode requires a few extra steps: [ SSL MODE] ( README.md#ssl-mode )
29
-
30
43
## WARNING! - No ` JSON.stringify() `
31
44
32
45
It is important to note that you must never use ` JSON.stringify() `
You can’t perform that action at this time.
0 commit comments