From 44f4bcbc64e562e9e385ef139b7a955a1957691f Mon Sep 17 00:00:00 2001 From: Temirkhan Myrzamadi Date: Tue, 15 Oct 2019 17:27: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 cde38f3f..1a35a603 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ A full-featured framework that empowers you to easily build [Telegram bots](https://telegram.org/blog/bot-revolution) using the [`async`/`.await`](https://rust-lang.github.io/async-book/01_getting_started/01_chapter.html) syntax in [Rust](https://www.rust-lang.org/). It handles all the difficult stuff so you can focus only on your business logic. -## An echo bot +## A simple bot ```rust fn main() { let bot = Bot::new(API_TOKEN).bla().bla();