diff --git a/packages/plugins/plugin_advertising_id/README.md b/packages/plugins/plugin_advertising_id/README.md index 8825e7d..9de5ace 100644 --- a/packages/plugins/plugin_advertising_id/README.md +++ b/packages/plugins/plugin_advertising_id/README.md @@ -23,7 +23,7 @@ See [Google Play Services documentation](https://developers.google.com/admob/and Follow the [instructions for adding plugins](https://github.com/segmentio/analytics_flutter_#adding-plugins) on the main Analytics client: -In your code where you initialize the analytics client call the `.add(plugin)` method with an `AppsFlyerDestination` instance. +In your code where you initialize the analytics client call the `.add(plugin)` method with an `AdvertisingIdDestination` instance. ```dart import 'package:segment_analytics/client.dart'; diff --git a/packages/plugins/plugin_idfa/README.md b/packages/plugins/plugin_idfa/README.md index 5644c00..826e339 100644 --- a/packages/plugins/plugin_idfa/README.md +++ b/packages/plugins/plugin_idfa/README.md @@ -23,7 +23,7 @@ You also need to ensure you have a description for `NSUserTrackingUsageDescripti Follow the [instructions for adding plugins](https://github.com/segmentio/analytics_flutter_#adding-plugins) on the main Analytics client: -In your code where you initialize the analytics client call the `.add(plugin)` method with an `AppsFlyerDestination` instance. +In your code where you initialize the analytics client call the `.add(plugin)` method with an `PluginIdfa` instance. ```dart import 'package:segment_analytics/client.dart';