Skip to content
This repository has been archived by the owner on Jun 19, 2023. It is now read-only.

Commit

Permalink
Merge pull request #33 from jessegavin/patch-1
Browse files Browse the repository at this point in the history
Using a more descriptive variable name
  • Loading branch information
Workshop2 authored Dec 26, 2016
2 parents 2dea3ad + d433b3c commit cb5221b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Install-Package SlackConnector

``` cs
ISlackConnector connector = new SlackConnector.SlackConnector();
ISlackConnection connection = await connector.Connect(slackKey);
ISlackConnection connection = await connector.Connect(botAccessToken);
connection.OnMessageReceived += MessageReceived;
connection.OnDisconnect += Disconnected;
```
Expand Down

0 comments on commit cb5221b

Please sign in to comment.