From 2f42bd53e1a0fd670718c3181452b80c080da882 Mon Sep 17 00:00:00 2001 From: Temirkhan Myrzamadi Date: Fri, 14 Feb 2020 04:00:01 +0600 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a7f0b5ab..23f8d4dc 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ pretty_env_logger = "0.4.0" ``` ## 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)) ```rust