From 08f69b8f0850f7f22958551823b873885577bff4 Mon Sep 17 00:00:00 2001 From: Temirkhan Myrzamadi Date: Tue, 15 Oct 2019 12:01:51 +0600 Subject: [PATCH] Add a meaningful description (README.md) Related to https://github.com/async-telegram-bot/async-telegram-bot/issues/57. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a7a6249b..37e03f8d 100644 --- a/README.md +++ b/README.md @@ -19,5 +19,5 @@
- Lorem ipsum dolor sit amet consectetur adipiscing elit nibh cubilia, nostra ultricies class torquent integer scelerisque netus euismod vehicula, metus aliquam morbi leo risus cursus massa potenti. + A full-featured framework that empowers you to easily build Telegram bots 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.