From afabef6b088307aafd870f8e9c066f85c29151fc Mon Sep 17 00:00:00 2001 From: JKorf Date: Sun, 11 Aug 2024 10:38:39 +0200 Subject: [PATCH] Fixed typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4ac0ae2..09b554b 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ BingX.Net is a client library for accessing the [BingX REST and Websocket API](h * 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