diff --git a/README.md b/README.md index 62cc3b9..bd687d0 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![.NET](https://img.shields.io/github/actions/workflow/status/JKorf/CoinEx.Net/dotnet.yml?style=for-the-badge)](https://github.com/JKorf/CoinEx.Net/actions/workflows/dotnet.yml) ![License](https://img.shields.io/github/license/JKorf/CoinEx.Net?style=for-the-badge) -CoinEx.Net is a client library for accessing the [CoinEx REST and Websocket API](https://github.com/coinexcom/coinex_exchange_api/wiki). All data is mapped to readable models and enum values. Additional features include an implementation for maintaining a client side order book, easy integration with other exchange client libraries and more. +CoinEx.Net is a strongly typed client library for accessing the [CoinEx REST and Websocket API](https://github.com/coinexcom/coinex_exchange_api/wiki). All data is mapped to readable models and enum values. Additional features include an implementation for maintaining a client side order book, easy integration with other exchange client libraries and more. ## Supported Frameworks The library is targeting both `.NET Standard 2.0` and `.NET Standard 2.1` for optimal compatibility @@ -97,7 +97,6 @@ Alternatively, sponsor me on Github using [Github Sponsors](https://github.com/s ## Release notes * Version 6.2.0 - 16 Mar 2024 * Updated CryptoExchange.Net to 7.1.0, see https://github.com/JKorf/CryptoExchange.Net?tab=readme-ov-file#release-notes for release notes - * Updated unit test package dependencies and updated tests accordingly * Version 6.1.1 - 26 Feb 2024 * Fixed order subscription with symbol parameters