From 62f351d84622cbd5fa4c55bfaf386692b977fa8c Mon Sep 17 00:00:00 2001 From: Nicholas Serra Date: Wed, 20 May 2015 15:25:28 -0400 Subject: [PATCH] Fix incorrect authenticate method. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 581993f..8fd66d1 100644 --- a/README.md +++ b/README.md @@ -234,7 +234,7 @@ auth = pusher.authenticate( ###### Presence Channels ```python -auth = pusher.authenticate_subscription( +auth = pusher.authenticate( channel=u"presence-channel",