From 539d7758f57045e493f2a0d01ef20fcb6c5276d6 Mon Sep 17 00:00:00 2001 From: Temirkhan Myrzamadi Date: Mon, 22 Feb 2021 07:41:33 +0600 Subject: [PATCH] Centralise README.md --- README.md | 49 ++++++++++++++++++++++++++++--------------------- 1 file changed, 28 insertions(+), 21 deletions(-) diff --git a/README.md b/README.md index 0e01f9b1..88a49a07 100644 --- a/README.md +++ b/README.md @@ -1,30 +1,37 @@
+ +

teloxide-core

+ + + + + + + + + + + + + + + + + + + + + + + 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].
-# teloxide-core - -[![CI status](https://github.com/teloxide/teloxide-core/workflows/Continuous%20integration/badge.svg)](https://github.com/teloxide/teloxide-core/actions) -[![documentation](https://docs.rs/teloxide_core/badge.svg)](https://docs.rs/teloxide_core/) -[![documentation (master)](https://img.shields.io/badge/docs-master-blue)](https://teloxide-core.netlify.com) -[![LICENSE](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE) -[![Api Cov](https://img.shields.io/badge/API%20coverage-Up%20to%200.4.9%20(inclusively)-green.svg)](https://core.telegram.org/bots/api) -[![crates.io](https://img.shields.io/crates/v/teloxide_core.svg)](https://crates.io/crates/teloxide_core) -[![Official Chat](https://img.shields.io/badge/official%20chat-t.me%2Fteloxide-blueviolet)](https://t.me/teloxide) - - - -Core part of the [`teloxide`] library. - -This library provides tools for making requests to the [Telegram Bot API] -(Currently, version `4.9` is supported) with ease. The library is fully -asynchronouns and built using [`tokio`]. - ```toml 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 -[`tokio`]: https://tokio.rs \ No newline at end of file +[tokio]: https://tokio.rs