Add a link to 'Telegram bots' (README.md)

Related to https://github.com/async-telegram-bot/async-telegram-bot/issues/57.
This commit is contained in:
Temirkhan Myrzamadi 2019-10-15 12:03:40 +06:00 committed by GitHub
parent 08f69b8f08
commit 132c271e91
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,5 +19,5 @@
<img src="ICON.jpg" width="300"/>
<br>
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.
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.
</div>