Skip to content

Commit 88a10ec

Browse files
committed
Update README.md
1 parent 92aa0fa commit 88a10ec

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

node.js/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ npm install pubnub
1818
#### Example Usage
1919

2020
```javascript
21-
var pubnub = require("pubnub").init({
21+
var pubnub = require("pubnub")({
22+
ssl : true, // <- enable TLS Tunneling over TCP
2223
publish_key : "demo",
2324
subscribe_key : "demo"
2425
});

0 commit comments

Comments
 (0)