Skip to content

Commit 53bafb7

Browse files
committed
Update readme
1 parent 2cb2574 commit 53bafb7

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
![Logo](https://raw.githubusercontent.com/Marfusios/websocket-client/master/websocket-logo-modern.png)
2-
# Websocket .NET client [![NuGet version](https://badge.fury.io/nu/Websocket.Client.svg)](https://www.nuget.org/packages/Websocket.Client) [![Nuget downloads](https://img.shields.io/nuget/dt/Websocket.Client)](https://www.nuget.org/packages/Websocket.Client)
2+
# Websocket .NET client
3+
4+
[![NuGet version](https://img.shields.io/nuget/v/Websocket.Client?style=flat-square)](https://www.nuget.org/packages/Websocket.Client)
5+
[![Nuget downloads](https://img.shields.io/nuget/dt/Websocket.Client?style=flat-square)](https://www.nuget.org/packages/Websocket.Client)
6+
[![CI build](https://img.shields.io/github/check-runs/marfusios/websocket-client/master?style=flat-square&label=build)](https://github.com/Marfusios/websocket-client/actions/workflows/dotnet-core.yml)
37

48
This is a wrapper over native C# class `ClientWebSocket` with built-in reconnection and error handling.
59

0 commit comments

Comments
 (0)