Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
facetoe committed Dec 6, 2015
1 parent f6cecbf commit f661efb
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/zenpy.rst
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,15 @@ First, create a :class:`Zenpy` object:
# Zenpy accepts a token
creds = {
'email' : 'youremail',
'token' : 'yourtoken'
'token' : 'yourtoken',
'subdomain': 'yoursubdomain'
}
# Or password
creds = {
'email' : 'youremail',
'password' : 'yourpassword'
'password' : 'yourpassword',
'subdomain': 'yoursubdomain'
}
# Default
Expand Down

0 comments on commit f661efb

Please sign in to comment.