diff --git a/README.md b/README.md index 319e326..7b5fe08 100644 --- a/README.md +++ b/README.md @@ -74,6 +74,7 @@ BitTorrent: `TYVZSykaVT1nKZnz9hjDgBRNB9VavU1bpW` * [As of Now](#as-of-now) * [Usage](#usage) - [Extensions](#extensions) +- [Test Project](#test-project) - [Examples](#examples) --- @@ -1012,6 +1013,14 @@ A session serializer for Microsoft SQL Server. [https://www.nuget.org/packages/TelegramBotBase.Extensions.Serializer.Database.MSSQL/](https://www.nuget.org/packages/TelegramBotBase.Extensions.Serializer.Database.MSSQL/) +## Test Project + +There is a "TelegramBotBase.Test" project inside the repository which includes minimal examples for all controls available. +Check it out to get a brief overview about all possibilities. + + +- [TelegramBotBase.Test](TelegramBotBase.Test) + ## Examples You can find all example projects in the "Examples" subfolder.