From fc4324b91f0b553a8d1e7f52c311a0d0ef56db8e Mon Sep 17 00:00:00 2001 From: Temirkhan Myrzamadi Date: Fri, 21 Aug 2020 16:24:09 +0600 Subject: [PATCH] Remove useless spaces from README.md --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7ae679f3..44cc99d4 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@

teloxide

- + @@ -20,7 +20,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.
@@ -110,7 +110,6 @@ async fn main() { }) .await; } - ```