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 cffa8a8 commit 986315dCopy full SHA for 986315d
1 file changed
README.md
@@ -107,20 +107,6 @@ see below :
107
108
## Initializing
109
110
-Using your setup credentials with a div, you will for example:
111
-
112
-```html
113
-<div id=pubnub pub-key=demo sub-key=demo></div>
114
-```
115
-Now you can access PubNub methods via `PUBNUB` Global class methods:
116
117
-```javascript
118
-PUBNUB.publish({
119
- channel : "hello_world",
120
- message : "Hi."
121
-})
122
123
124
If you setup credentials using the PUBNUB.init() method, for example:
125
126
```javascript
0 commit comments