From e32c1eaef8e5ed5d68c097ef3ce3c74f7ef70d69 Mon Sep 17 00:00:00 2001 From: Grant Colley Date: Thu, 31 Dec 2020 14:32:52 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 830f8a0..6c8b8d8 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ TradeView and TradeServer allows you to: * Create and run your own custom trading strategies * Monitor running trading strategies * Send real-time updates to strategy parameters for running strategies -* Easily extend the number of supported exchanges by creating wrappers for exchange api's that implement a common interface (*currently supports Binance and Kucoin*) +* Easily extend the number of supported exchanges by creating wrappers for exchange api's that implement a common interface (*currently supports Binance and Kucoin exchanges*) ##### Technologies * ###### .NET Core 3.1, .Net Standard 2.1, WPF, AspNetCore WebHost, WebSockets, Prism, Unity