Skip to content

Commit 986315d

Browse files
committed
Update README.md
1 parent cffa8a8 commit 986315d

1 file changed

Lines changed: 0 additions & 14 deletions

File tree

README.md

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -107,20 +107,6 @@ see below :
107107

108108
## Initializing
109109

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-
124110
If you setup credentials using the PUBNUB.init() method, for example:
125111

126112
```javascript

0 commit comments

Comments
 (0)