Skip to content
This repository has been archived by the owner on Oct 24, 2021. It is now read-only.

Commit

Permalink
update README.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
adbenitez committed Sep 19, 2021
1 parent 1b943ff commit 48da374
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ This is an example of how you would use this library in your projects:
from todus.client import ToDusClient2
client = ToDusClient2("5312345678")
client = ToDusClient2(phone_number="5312345678")
# this only needs to be done once:
client.request_code() # request SMS to start a new session
Expand Down

0 comments on commit 48da374

Please sign in to comment.