From 8fb9c0a58caba298bd3746fb44ef8ff99a6a07a0 Mon Sep 17 00:00:00 2001 From: sonvister Date: Sun, 31 Dec 2017 15:50:22 -0600 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3b4c7284..c7982012 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ A full-featured .NET Standard 2.0 **[Binance API](https://www.binance.com/restap * Unique implementation supports **multiple users** and requires user authentication only where necessary. * Web API interface includes automatic **rate limiting** and system-to-server **time synchronization** for reliability. * Easy-to-use **WebSocket endpoint clients** and various ready-to-use **caching** implementations (*w/ events*). -* Low-level API utilizes a single, cached HttpClient for performance (*when used as singleton as in DI framework*). +* Low-level `BinanceHttpClient` API utilizes a single, cached HttpClient for performance (*and implemented as singleton*). * **Limited dependencies** and use of Microsoft extensions for **dependency injection**, **logging**, and **options**. * .NET Core **sample applications** including live displays of market depth, trades, and candlesticks for a symbol. @@ -28,6 +28,8 @@ PM> Install-Package Binance [![](https://img.shields.io/nuget/v/Binance.svg)](https://www.nuget.org/packages/Binance)\ [![](https://img.shields.io/nuget/dt/Binance.svg)](https://www.nuget.org/packages/Binance) +## Build Environment +[Microsoft Visual Studio Community 2017](https://www.visualstudio.com/vs/community/) ## Documentation See [**Wiki**](https://github.com/sonvister/Binance/wiki)