From 6e32c7542298d5cb6f1c1c754c7fd759996a317a Mon Sep 17 00:00:00 2001 From: karb0f0s <17474471+karb0f0s@users.noreply.github.com> Date: Tue, 3 Oct 2023 10:45:08 +0300 Subject: [PATCH] Update README.md (#91) Co-authored-by: Aleksey Usatov <1078199+tuscen@users.noreply.github.com> --- src/README.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/src/README.md b/src/README.md index d4d456d..0b11876 100644 --- a/src/README.md +++ b/src/README.md @@ -22,6 +22,14 @@ chatbot in .NET. There are also many concrete examples written in C#. The guides here can even be useful to bot developers using other languages/platforms as it shows best practices in developing Telegram chatbots with examples. +## Get Started + +**Begin your bot development journey with the [_Quickstart_](1/quickstart.md) guide.** + +## Examples + +Check out our [expamles](https://github.com/TelegramBots/Telegram.Bot.Examples) repository for more. + ## Correctness & Testing This project is fully tested using Unit tests and Systems Integration tests before each release. @@ -29,10 +37,6 @@ In fact, our test cases are self-documenting and serve as examples for Bot API m Once you learn the basics of Telegram chatbots, you will be able to easily understand the code in examples and use it in your own bot program. -## Get Started - -**Begin your bot development journey with the [_Quickstart_](1/quickstart.md) guide.** - --- [**Telegram.Bot**]: https://github.com/TelegramBots/Telegram.Bot