Skip to content

Commit de09066

Browse files
committed
Update docs
1 parent a4e0369 commit de09066

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
# Market Bot for Binance Exchange
22

3-
_Naive Market Maker Bot for Binance._
3+
Naive _Market Maker Bot_ for Binance.
44

55
Solution contains two console projects:
6-
- The `BinanceBot.MarketViewer.Console` project demonstrates Order Book updating in near-real time (via _Binance WebSocket API_).
7-
- The `BinanceBot.MarketBot.Console` project demonstrates how BinanceBot create and cancel orders (via _Binance REST API_) depends on current Market Depth.
6+
7+
- The `BinanceBot.MarketViewer.Console` project: __Order book updating in near-real time__ (via _Binance WebSocket API_).
8+
- The `BinanceBot.MarketBot.Console` project: __create and cancel orders)) (via _Binance REST API_) depends on current Market Depth.
89

910
Most of the `BinanceDotNet.BinanceExchange.API` project was taken from BinanceDotNet project [[2](#references)], but BinanceBot solution is not a branch of BinanceDotNet project.
1011

@@ -42,7 +43,7 @@ The solution doesn’t contain any `Unit Tests`/`Integration Tests`, which is a
4243

4344
## Requirements
4445

45-
- .NET Core 3.1.
46+
- .NET Core 5.0.
4647

4748

4849
## References

0 commit comments

Comments
 (0)