Skip to content

Commit

Permalink
Merge pull request #66 from Rohithgilla12/patch-1
Browse files Browse the repository at this point in the history
chore: Update the correct destination instance in docs.
  • Loading branch information
MichaelGHSeg authored May 15, 2024
2 parents 91b2322 + 7a2930f commit e2ed72a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/plugins/plugin_advertising_id/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/plugin_idfa/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down

0 comments on commit e2ed72a

Please sign in to comment.