From 779a69245f319841394d65a07f0518c7f81da34a Mon Sep 17 00:00:00 2001 From: Dmitri Shimanski Date: Wed, 19 Mar 2025 16:13:27 +0200 Subject: [PATCH] Fix name of package --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9d519e8..d4515cd 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ This project provides a set of C# attributes to facilitate the handling of diffe Ensure you have the required dependencies installed: ```sh - dotnet add package Telegram.Bot + dotnet add package yawaflua.Telegram.Net ``` ## Usage @@ -87,4 +87,4 @@ public static async Task HandleUpdate(ITelegramBotClient bot, Update update, Can ``` ## License -This project is open-source and available under the MIT License. \ No newline at end of file +This project is open-source and available under the [Apache 2.0 License](LICENSE).