From 3eea5d53e2425caf17dc1762429c79d3a24c425b Mon Sep 17 00:00:00 2001 From: JKorf Date: Sun, 11 Aug 2024 10:37:45 +0200 Subject: [PATCH] Fixed typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 46cc7c0b..ae5337b9 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ HTX.Net, previously known as Huobi.Net, is a strongly typed client library for a * Input parameters and response values are mapped to discriptive enum values where possible * Automatic websocket (re)connection management * Client side rate limiting -* Cient side order book implementation +* Client side order book implementation * Extensive logging * Support for different environments * Easy integration with other exchange client based on the CryptoExchange.Net base library