diff --git a/README.rst b/README.rst index 6d9f2c39..cbd35d13 100755 --- a/README.rst +++ b/README.rst @@ -39,7 +39,7 @@ Creating a client phone = '+34600000000' client = TelegramClient('session_name', api_id, api_hash) - client.start() + client.connect() Doing stuff