We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db38836 commit 6a0f9e4Copy full SHA for 6a0f9e4
packages/plugins/plugin-advertising-id/README.md
@@ -21,7 +21,7 @@ In your code where you initialize the Analytics client call the `.add(plugin)` m
21
22
```js
23
import { createClient } from '@segment/analytics-react-native';
24
-import { AdvertisingIdPlugin } from '@segment/analytics-react-native-plugin-adjust';
+import { AdvertisingIdPlugin } from '@segment/analytics-react-native-plugin-advertising-id';
25
26
const segmentClient = createClient({
27
writeKey: 'SEGMENT_KEY'
0 commit comments