Skip to content

Commit

Permalink
Merge pull request eternnoir#294 from bace1996/patch-1
Browse files Browse the repository at this point in the history
Fixed README.MD
  • Loading branch information
eternnoir authored Mar 5, 2017
2 parents 19b8b4d + 8129b95 commit 7f31f8d
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 7f31f8d

Please sign in to comment.