Skip to content

Commit 985d5b8

Browse files
author
Aleksandr Salynskii
authored
[EN-1328] Minor updates on prints in README.md
1 parent df656bc commit 985d5b8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ print(f'Connection status: {endpoint.connection_status}')
6161
```
6262

6363
```text
64-
demo.dxfeed.com:7300
65-
Connected and authorized
64+
Connected address: demo.dxfeed.com:7300
65+
Connection status: Connected and authorized
6666
```
6767

6868
### Configure and create subscription
@@ -112,8 +112,8 @@ print(f'Subscription symbols: {candle_sub.symbols}')
112112
```
113113

114114
```text
115-
TimeAndSale
116-
['AAPL', 'MSFT']
115+
Subscription event type: TimeAndSale
116+
Subscription symbols: ['AAPL', 'MSFT']
117117
```
118118

119119
### Access data
@@ -133,7 +133,7 @@ print(f'Connection status: {endpoint.connection_status}')
133133
```
134134

135135
```text
136-
Not connected
136+
Connection status: Not connected
137137
```
138138

139139
### Transform data to pandas DataFrame

0 commit comments

Comments
 (0)