Skip to content

Commit fa09c2b

Browse files
authored
Update README.md
1 parent 763e815 commit fa09c2b

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

README.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,28 @@ You can install the SDK via NuGet. Run the following command in the Package Mana
1313
Install-Package OpenShock.SDK.CSharp
1414
```
1515

16+
## Hub Extension
17+
18+
[![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/)
19+
[![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/)
20+
21+
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.
22+
This extension is available in the `OpenShock.SDK.CSharp.Hub` namespace.
23+
24+
25+
```
26+
Install-Package OpenShock.SDK.CSharp.Hub
27+
```
28+
1629
## Live Extension
1730

1831
[![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/)
1932
[![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/)
2033

21-
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.
34+
Provides extension that allows you to interact with the OpenShock API's realtime live control websocket.
2235
This extension is available in the `OpenShock.SDK.CSharp.Live` namespace.
2336

2437

2538
```
2639
Install-Package OpenShock.SDK.CSharp.Live
27-
```
40+
```

0 commit comments

Comments
 (0)