From 121a788c17e07d0ad513071e1ec1c1012d5acb3a Mon Sep 17 00:00:00 2001 From: Florian Zevedei Date: Fri, 8 Dec 2023 01:52:47 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4a20ed5..de6c301 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # .NET Telegram Bot Framework - Context based addon -[![NuGet version (TelegramBotBase)](https://img.shields.io/nuget/vpre/TelegramBotBase.svg?style=flat-square)](https://www.nuget.org/packages/TelegramBotBase/) +[![NuGet version (TelegramBotBase)](https://img.shields.io/nuget/v/TelegramBotBase.svg?style=flat-square)](https://www.nuget.org/packages/TelegramBotBase/) [![Telegram chat](https://img.shields.io/badge/Support_Chat-Telegram-blue.svg?style=flat-square)](https://www.t.me/tgbotbase) [![License](https://img.shields.io/github/license/MajMcCloud/telegrambotframework.svg?style=flat-square&maxAge=2592000&label=License)](https://raw.githubusercontent.com/MajMcCloud/TelegramBotFramework/master/LICENCE.md) @@ -1087,4 +1087,4 @@ Want to use Inline- and ReplyMarkup at the same time ? Here is an example how yo Alpha: Full Dependency Injection example within this framework. -- [Examples/DependencyInjection](Examples/DependencyInjection) \ No newline at end of file +- [Examples/DependencyInjection](Examples/DependencyInjection)