Skip to content

Commit

Permalink
fix tipo
Browse files Browse the repository at this point in the history
  • Loading branch information
kosyloa committed Nov 30, 2023
1 parent 3e48a10 commit 3905e0a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,9 +167,9 @@ Quote{AAPL, eventTime=0, time=20231130-123206.000, timeNanoPart=0, sequence=0, b

</details>

### How to connect with token based authorization
### How to connect with token-based authorization
```swift
// 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]"
let endpoint = try DXEndpoint.builder()
.withProperty("dxfeed.address", "demo.dxfeed.com:7300[login=entitle:token]")
Expand Down Expand Up @@ -238,7 +238,7 @@ Quote{AAPL, eventTime=0, time=20231130-123421.000, timeNanoPart=0, sequence=0, b

</details>

To familiarize with the dxLink protocol, please click [here](https://demo.dxfeed.com/dxlink-ws/debug/#/protocol)
To familiarize with the dxLink protocol, please click [here].(https://demo.dxfeed.com/dxlink-ws/debug/#/protocol)

## Tools

Expand Down

0 comments on commit 3905e0a

Please sign in to comment.