Skip to content

Commit b298507

Browse files
authored
Fix typo
1 parent 0eb8d8e commit b298507

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Naive _Market Maker Bot_ for Binance.
55
Solution contains two console projects:
66

77
- 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.
8+
- The `BinanceBot.MarketBot.Console` project: __Create and cancel orders__ (via _Binance REST API_) depends on current Market Depth.
99

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

0 commit comments

Comments
 (0)