Skip to content

Commit f202eb2

Browse files
BryanBryan
authored andcommitted
Improve wording of product overview
1 parent 4c42541 commit f202eb2

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66

77
[Barchart](https://www.barchart.com) offers an exhaustive array of market data for multiple asset classes from exchanges around the world. **This SDK enables your applications to consume real-time market data**, as follows:
88

9-
* A WebSocket connection is established between your application and Barchart's quote servers, then
10-
* Your application sends subscription requests for individual symbol(s), then
11-
* Your application receives a stream of market data for subscribed symbol(s).
9+
* A **WebSocket** connection is established between your application and Barchart's quote servers, then
10+
* Your application requests market data for one or more symbols, then
11+
* Your application receives a market data stream for subscribed symbols.
1212

1313
### Documentation
1414

docs/content/product_overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
**This SDK enables your JavaScript applications to consume real-time market data**, as follows:
44

55
* A **WebSocket** connection is established between your application and Barchart's quote servers, then
6-
* Your application sends subscription requests for individual symbol(s), then
7-
* Your application receives a stream of market data for subscribed symbol(s).
6+
* Your application requests market data for one or more symbols, then
7+
* Your application receives a market data stream for subscribed symbols.
88

99
## Market Data Catalog
1010

0 commit comments

Comments
 (0)