Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JKorf committed Mar 6, 2024
1 parent e804f93 commit db79a3d
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 @@ -23,7 +23,7 @@ The library is targeting both `.NET Standard 2.0` and `.NET Standard 2.1` for op
dotnet add package JK.Mexc.Net

## How to use
* REST Endpoints*
*REST Endpoints*

```csharp
// Get the ETH/USDT ticker via rest request
Expand All @@ -32,7 +32,7 @@ var tickerResult = await restClient.SpotApi.ExchangeData.GetTickerAsync("ETHUSDT
var lastPrice = tickerResult.Data.LastPrice;
```

* Websocket streams*
*Websocket streams*

```csharp
// Subscribe to ETH/USDT ticker updates via the websocket API
Expand Down

0 comments on commit db79a3d

Please sign in to comment.