From 0673131e36395ad72aeef1b4a9c6ba50009fd8bb Mon Sep 17 00:00:00 2001 From: JKorf Date: Sun, 11 Aug 2024 10:42:38 +0200 Subject: [PATCH] Fixed typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 33a3cfd..3d9f464 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Kraken.Net is a strongly typed client library for accessing the [Kraken REST and * 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