mirror of
https://github.com/teloxide/teloxide.git
synced 2025-03-25 16:12:06 +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">
|
<img src="https://img.shields.io/badge/official%20chat-t.me%2Fteloxide-blueviolet">
|
||||||
</a>
|
</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>
|
</div>
|
||||||
|
|
||||||
```toml
|
```toml
|
||||||
|
@ -32,6 +32,6 @@ teloxide_core = "0.1"
|
||||||
```
|
```
|
||||||
_Compiler support: requires rustc 1.49+_.
|
_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
|
[Telegram Bot API]: https://core.telegram.org/bots/api
|
||||||
[tokio]: https://tokio.rs
|
[`tokio`]: https://tokio.rs
|
||||||
|
|
Loading…
Add table
Reference in a new issue