From f804cf7f08c4fe6fd762998791d1fedb097f55f6 Mon Sep 17 00:00:00 2001 From: FawazT <56781705+FawazTakahji@users.noreply.github.com> Date: Thu, 23 May 2024 22:21:39 +0300 Subject: [PATCH] Update NREADME.md --- NREADME.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/NREADME.md b/NREADME.md index e9b927b..f703286 100644 --- a/NREADME.md +++ b/NREADME.md @@ -1,5 +1,5 @@ # PartyDotNet -A .NET client for the [Kemono](https://kemono.su)/[Coomer](https://coomer.su) API made with [Refit](https://github.com/reactiveui/refit). +A .NET client for the Party API made with [Refit](https://github.com/reactiveui/refit). [![version](https://img.shields.io/github/v/release/FawazTakahji/PartyDotNet?color=Green&include_prereleases)](https://github.com/FawazTakahji/PartyDotNet/releases) [![NuGet Version](https://img.shields.io/nuget/vpre/PartyDotNet)](https://www.nuget.org/packages/PartyDotNet) @@ -52,4 +52,4 @@ Getting a client from IHttpClientFactory ```csharp IPartyClient apiClient = _serviceProvider.GetRequiredService().CreatePartyClient("KemonoClient"); HttpResponseMessage response = await apiClient.AddFavoriteCreator(Service.Patreon, "2448989"); -``` \ No newline at end of file +```