Skip to content

Commit d4466d2

Browse files
authored
Update README.md
1 parent c8b6fcc commit d4466d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ The script uses four ZeroMQ sockets:
4646
3. `Live socket` - automatically pushes last candle when it closes.
4747
4. `Streaming socket` - automatically pushes last transaction info every time it happens.
4848

49-
The idea is to send requests via `System socket` and recieve results/errors via `Data socket`. For `Live socket` and `Streaming socket` event handlers should be created because server sends data to theese sockets automatically. See examples in [Usage](#usage) section.
49+
The idea is to send requests via `System socket` and recieve results/errors via `Data socket`. Event handlers should be created for `Live socket` and `Streaming socket` because server sends data to theese sockets automatically. See examples in [Usage](#usage) section.
5050

5151
`System socket` request uses default JSON dictionary:
5252

@@ -73,7 +73,7 @@ Check out the available combinations of `action` and `actionType`:
7373

7474
action | actionType | Description |
7575
-----------|----------------------|----------------------------|
76-
CONFIG | None | Set script configuration |
76+
CONFIG | None | Set script configuration |
7777
ACCOUNT | None | Get account settings |
7878
BALANCE | None | Get current balance |
7979
POSITIONS | None | Get current open positions |

0 commit comments

Comments
 (0)