From a00678b81c51814d6c269cab6a16ed841f274359 Mon Sep 17 00:00:00 2001 From: Temirkhan Myrzamadi Date: Mon, 22 Feb 2021 14:36:30 +0600 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 88a49a07..472a36ac 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ - The core part of [teloxide] providing tools for making requests to the [Telegram Bot API] with ease. This library is fully asynchronous and built using [tokio]. + The core part of [`teloxide`] providing tools for making requests to the [Telegram Bot API] with ease. This library is fully asynchronous and built using [`tokio`]. ```toml @@ -32,6 +32,6 @@ teloxide_core = "0.1" ``` _Compiler support: requires rustc 1.49+_. -[teloxide]: https://docs.rs/teloxide +[`teloxide`]: https://docs.rs/teloxide [Telegram Bot API]: https://core.telegram.org/bots/api -[tokio]: https://tokio.rs +[`tokio`]: https://tokio.rs