Skip to content

Commit 8ac9d1e

Browse files
author
Shlomi Kushchi
authored
typo fixes
1 parent da07f8b commit 8ac9d1e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -200,9 +200,9 @@ is raised. This module itself does not provide any threading
200200
capability, so if you need to consume the messages pushed from the
201201
server, you need to run it in a background thread.
202202

203-
We provide 2 price data websockets. the polygon data, and the alpaca data.
204-
we default to Alpaca data, and one must explicitly specify the polygon data stream in order to use that.
205-
it is done by passing the `data_stream` keyword to the `__init__()` function of `StreamConn` (options: `'alpacadatav1', 'polygon'`)
203+
We provide 2 price data websockets. The polygon data, and the alpaca data.
204+
We default to Alpaca data, and one must explicitly specify the polygon data stream in order to use that.
205+
It is done by passing the `data_stream` keyword to the `__init__()` function of `StreamConn` (options: `'alpacadatav1', 'polygon'`)
206206

207207
This class provides a unique interface to the two interfaces, both
208208
Alpaca's account/trade updates events and Polygon's price updates.

0 commit comments

Comments
 (0)