Skip to content

Commit c9ca121

Browse files
committed
Update README.md
1 parent 58aefa5 commit c9ca121

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

README.md

+15-2
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,21 @@ business collaborative solutions, and more.
1515

1616
You may access the latest PubNub JavaScript SDK on The PubNub Network CDN.
1717

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+
1833
```html
1934
<script src=http://cdn.pubnub.com/pubnub-3.5.48.min.js ></script>
2035
<script>(function(){
@@ -25,8 +40,6 @@ You may access the latest PubNub JavaScript SDK on The PubNub Network CDN.
2540
})();</script>
2641
```
2742

28-
>**NOTE:** SSL Mode requires a few extra steps: [SSL MODE](README.md#ssl-mode)
29-
3043
## WARNING! - No `JSON.stringify()`
3144

3245
It is important to note that you must never use `JSON.stringify()`

0 commit comments

Comments
 (0)