Skip to content

Commit

Permalink
Update README.md (#91)
Browse files Browse the repository at this point in the history
Co-authored-by: Aleksey Usatov <1078199+tuscen@users.noreply.github.com>
  • Loading branch information
karb0f0s and tuscen committed Oct 3, 2023
1 parent c7e1254 commit 6e32c75
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions src/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,21 @@ 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.
In fact, our test cases are self-documenting and serve as examples for Bot API methods.
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
Expand Down

0 comments on commit 6e32c75

Please sign in to comment.