Skip to content

Commit fccb5ee

Browse files
committed
Tiny README tweak
1 parent 19d011d commit fccb5ee

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
@@ -533,7 +533,7 @@ let pusher = Pusher(key: "YOUR_APP_KEY")
533533
534534
let chan = pusher.subscribeToPresenceChannel("presence-channel")
535535
536-
let _ = chan.bind(eventName: "pusher:subscription_succeeded", callback: { data in
536+
chan.bind(eventName: "pusher:subscription_succeeded", callback: { data in
537537
print("Subscribed!")
538538
print("I can now access myId: \(chan.myId)")
539539
print("And here are the channel members: \(chan.members)")

0 commit comments

Comments
 (0)