mirror of
https://github.com/teloxide/teloxide.git
synced 2024-12-23 06:51:01 +01:00
Update README.md
This commit is contained in:
parent
539d7758f5
commit
a00678b81c
1 changed files with 3 additions and 3 deletions
|
@ -24,7 +24,7 @@
|
|||
<img src="https://img.shields.io/badge/official%20chat-t.me%2Fteloxide-blueviolet">
|
||||
</a>
|
||||
|
||||
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`].
|
||||
</div>
|
||||
|
||||
```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
|
||||
|
|
Loading…
Reference in a new issue