diff --git a/docs/index.html b/docs/index.html index 3731d48..b5879be 100644 --- a/docs/index.html +++ b/docs/index.html @@ -4242,7 +4242,7 @@ _ = Task.Run(async () => {

This API returns ticker information for the following path

- /Ticker/[Exchange]/[QuoteAsset]/[BaseAsset] for example /Ticker/Kraken/ETH/BTC
+ /Ticker/[Exchange]/[BaseAsset]/[QuoteAsset] for example /Ticker/Kraken/ETH/BTC

using CryptoExchange.Net.Interfaces;