diff --git a/README.md b/README.md index ae5bc63..9216157 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -![Logo](https://raw.githubusercontent.com/Marfusios/websocket-client/master/websocket-logo.png) +![Logo](https://raw.githubusercontent.com/Marfusios/websocket-client/master/websocket-logo-modern.png) # 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) This is a wrapper over native C# class `ClientWebSocket` with built-in reconnection and error handling. diff --git a/websocket-logo-modern.png b/websocket-logo-modern.png new file mode 100644 index 0000000..b72d448 Binary files /dev/null and b/websocket-logo-modern.png differ