Skip to content

Commit 62f351d

Browse files
committed
Fix incorrect authenticate method.
1 parent ff469db commit 62f351d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ auth = pusher.authenticate(
234234
###### Presence Channels
235235

236236
```python
237-
auth = pusher.authenticate_subscription(
237+
auth = pusher.authenticate(
238238

239239
channel=u"presence-channel",
240240

0 commit comments

Comments
 (0)