Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
ttldtor committed Nov 30, 2023
2 parents af62052 + d7e642b commit 44a2e35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ To use the dynamic library define the `DXFCPP_USE_DLLS` preprocessor directive.
int main() {
using namespace dxfcpp;

// For token based authorization, use the following address format:
// For token-based authorization, use the following address format:
// "demo.dxfeed.com:7300[login=entitle:token]"
auto endpoint = DXEndpoint::newBuilder()
->withProperty("dxfeed.address", "demo.dxfeed.com:7300")
Expand Down Expand Up @@ -287,7 +287,7 @@ int main() {
// The experimental property must be enabled.
System::setProperty("dxfeed.experimental.dxlink.enable", "true");

// For token based authorization, use the following address format:
// For token-based authorization, use the following address format:
// "demo.dxfeed.com:7300[login=entitle:token]"
auto endpoint = DXEndpoint::newBuilder()
->withProperty("dxfeed.address", "dxlink:wss://demo.dxfeed.com/dxlink-ws")
Expand Down

0 comments on commit 44a2e35

Please sign in to comment.