Skip to content

Commit 6a0f9e4

Browse files
authored
Update README.md
1 parent db38836 commit 6a0f9e4

File tree

1 file changed

+1
-1
lines changed
  • packages/plugins/plugin-advertising-id

1 file changed

+1
-1
lines changed

packages/plugins/plugin-advertising-id/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ In your code where you initialize the Analytics client call the `.add(plugin)` m
2121

2222
```js
2323
import { createClient } from '@segment/analytics-react-native';
24-
import { AdvertisingIdPlugin } from '@segment/analytics-react-native-plugin-adjust';
24+
import { AdvertisingIdPlugin } from '@segment/analytics-react-native-plugin-advertising-id';
2525

2626
const segmentClient = createClient({
2727
writeKey: 'SEGMENT_KEY'

0 commit comments

Comments
 (0)