diff --git a/Migration Guide.md b/Migration Guide.md index 563f320..3c5a445 100644 --- a/Migration Guide.md +++ b/Migration Guide.md @@ -1,7 +1,7 @@ Changes from 4.x to 5.x: ## Client structure -The client structure has been changed to make clients more consistent across different implementations. Clients using V4 could either had `client.Method()`, `client.[Api].Method()` or `client.[Api].[Topic].Method()`. +The client structure has been changed to make clients more consistent across different implementations. Clients using V4 either had `client.Method()`, `client.[Api].Method()` or `client.[Api].[Topic].Method()`. This has been unified to be `client.[Api]Api.[Topic].Method()`: `bittrexClient.GetTickersAsync()` -> `bittrexClient.SpotApi.ExchangeData.GetTickersAsync()`