diff --git a/docs/index.html b/docs/index.html
index e17ad5b..ce796e7 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -107,6 +107,7 @@
Get Ticker
Get Balances
Place Order
+ Subscribe Ticker Updates
Minimal API
@@ -2547,7 +2548,7 @@ var result = await huobiClient.SpotApi.Trading.PlaceOrderAsync(account.Id, "BTCU
- Subscribe Ticker Updates
+ Subscribe Ticker Updates
Subscribe to the websocket ticker update stream
@@ -2591,7 +2592,7 @@ var result = await huobiClient.SpotApi.Trading.PlaceOrderAsync(account.Id, "BTCU
-
+
await binanceSocketClient.SpotApi.ExchangeData.SubscribeToTickerUpdatesAsync("ETHUSDT", data => {
// Handle update
});