Changed README.md to README.rst

This commit is contained in:
Lonami Exo
2016-11-13 15:38:57 +01:00
parent d290a569c5
commit 4d96de8ab5
5 changed files with 189 additions and 173 deletions

View File

@@ -47,7 +47,7 @@ class TelegramClient:
def __init__(self, session_user_id, api_id, api_hash):
if api_id is None or api_hash is None:
raise PermissionError('Your API ID or Hash are invalid. Please read "Requirements" on README.md')
raise PermissionError('Your API ID or Hash are invalid. Please read "Requirements" on README.rst')
self.api_id = api_id
self.api_hash = api_hash