Update README.md

This commit is contained in:
Temirkhan Myrzamadi 2020-02-14 04:00:01 +06:00 committed by GitHub
parent 5d0177e1a8
commit 2f42bd53e1
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 ## The ping-pong bot
This bot has a single handler, which answers "pong" to each incoming message: This bot just answers "pong" to each incoming message:
([Full](https://github.com/teloxide/teloxide/blob/dev/examples/ping_pong_bot/src/main.rs)) ([Full](https://github.com/teloxide/teloxide/blob/dev/examples/ping_pong_bot/src/main.rs))
```rust ```rust