Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
oliver-lloyd committed Jun 12, 2019
1 parent 8bfc8d7 commit 336dfc9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ Example usage:

```python

import TwitchListener
from TwitchListener import Listener

# Connect to Twitch
bot = TwitchListener.twitch('yourUsernameHere',
bot = Listener.connect_twitch('yourUsernameHere',
'yourOauthHere',
'yourClientIDHere')

Expand Down

0 comments on commit 336dfc9

Please sign in to comment.