Update README.md

linked example/webhook_examples to the directory
This commit is contained in:
Pinguluk 2020-10-28 12:31:57 +02:00 committed by GitHub
parent 37c09406d0
commit 746c71665e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -505,7 +505,7 @@ bot.polling()
### Using web hooks
When using webhooks telegram sends one Update per call, for processing it you should call process_new_messages([update.message]) when you recieve it.
There are some examples using webhooks in the *examples/webhook_examples* directory.
There are some examples using webhooks in the [examples/webhook_examples](examples/webhook_examples) directory.
### Logging