Skip to content

Commit

Permalink
Add broken code snippet in README
Browse files Browse the repository at this point in the history
  • Loading branch information
WillSewell authored Sep 3, 2018
1 parent 75afe09 commit 2dfd3e5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,8 @@ static void _presenceChannel_MemberRemoved(object sender)
```

#### Asynchronous

```cs
_presenceChannel = await (PresenceChannel)_pusher.SubscribeAsync("presence-channel");
_presenceChannel.Subscribed += _presenceChannel_Subscribed;
_presenceChannel.MemberAdded += _presenceChannel_MemberAdded;
Expand Down

0 comments on commit 2dfd3e5

Please sign in to comment.