Skip to content

Commit

Permalink
Fixed README.MD
Browse files Browse the repository at this point in the history
Fixed a problem that could not jump to "Using web hooks" correctly
  • Loading branch information
Cykrt authored Feb 15, 2017
1 parent 2b7e9a6 commit 8129b95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,7 @@ bot.set_update_listener(handle_messages)
bot.polling()
```

### Using webhooks
### 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.
Expand Down

0 comments on commit 8129b95

Please sign in to comment.