From fa09c2b60705d78535952e92ff82507a937312b3 Mon Sep 17 00:00:00 2001 From: Luca Date: Fri, 18 Oct 2024 20:16:15 +0200 Subject: [PATCH] Update README.md --- README.md | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4b72158..1d06f2a 100644 --- a/README.md +++ b/README.md @@ -13,15 +13,28 @@ You can install the SDK via NuGet. Run the following command in the Package Mana Install-Package OpenShock.SDK.CSharp ``` +## Hub Extension + +[![NuGet OpenShock.SDK.CSharp.Hub](https://img.shields.io/nuget/v/OpenShock.SDK.CSharp.Hub?style=for-the-badge&color=e14a6d&label=NuGet%20OpenShock.SDK.CSharp.Hub)](https://www.nuget.org/packages/OpenShock.SDK.CSharp.Hub/) +[![NuGet OpenShock.SDK.CSharp.Hub Downloads](https://img.shields.io/nuget/dt/OpenShock.SDK.CSharp.Hub?style=for-the-badge&color=e14a6d&label=NuGet%20Downloads)](https://www.nuget.org/packages/OpenShock.SDK.CSharp.Hub/) + +The SDK provides a hub extension that allows you to interact with the OpenShock API's realtime parts like the SignalR Websockets for user events. +This extension is available in the `OpenShock.SDK.CSharp.Hub` namespace. + + +``` +Install-Package OpenShock.SDK.CSharp.Hub +``` + ## Live Extension [![NuGet OpenShock.SDK.CSharp.Live](https://img.shields.io/nuget/v/OpenShock.SDK.CSharp.Live?style=for-the-badge&color=e14a6d&label=NuGet%20OpenShock.SDK.CSharp.Live)](https://www.nuget.org/packages/OpenShock.SDK.CSharp.Live/) [![NuGet OpenShock.SDK.CSharp.Live Downloads](https://img.shields.io/nuget/dt/OpenShock.SDK.CSharp.Live?style=for-the-badge&color=e14a6d&label=NuGet%20Downloads)](https://www.nuget.org/packages/OpenShock.SDK.CSharp.Live/) -The SDK provides a live extension that allows you to interact with the OpenShock API's realtime parts like the SignalR Websockets for user events, share links and live control websocket. +Provides extension that allows you to interact with the OpenShock API's realtime live control websocket. This extension is available in the `OpenShock.SDK.CSharp.Live` namespace. ``` Install-Package OpenShock.SDK.CSharp.Live -``` \ No newline at end of file +```