1 parent 92aa0fa commit 88a10ecCopy full SHA for 88a10ec
1 file changed
node.js/README.md
@@ -18,7 +18,8 @@ npm install pubnub
18
#### Example Usage
19
20
```javascript
21
-var pubnub = require("pubnub").init({
+var pubnub = require("pubnub")({
22
+ ssl : true, // <- enable TLS Tunneling over TCP
23
publish_key : "demo",
24
subscribe_key : "demo"
25
});
0 commit comments