Update README.md

This commit is contained in:
Temirkhan Myrzamadi 2020-02-14 04:00:37 +06:00 committed by GitHub
parent 2f42bd53e1
commit bea4d7c57f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -39,7 +39,7 @@ pretty_env_logger = "0.4.0"
```
## The ping-pong bot
This bot just answers "pong" to each incoming message:
This bot has a single message handler, which answers "pong" to each incoming message:
([Full](https://github.com/teloxide/teloxide/blob/dev/examples/ping_pong_bot/src/main.rs))
```rust