Skip to content
This repository was archived by the owner on Jun 27, 2023. It is now read-only.

Commit 420600e

Browse files
authored
Fixed typo in README (segmentio#555)
The import statement for the plugin was incorrect
1 parent 8327bf8 commit 420600e

File tree

1 file changed

+1
-1
lines changed
  • packages/plugins/plugin-amplitudeSession

1 file changed

+1
-1
lines changed

packages/plugins/plugin-amplitudeSession/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ In your code where you initialize the analytics client call the `.add(plugin)` m
2323
```ts
2424
import { createClient } from '@segment/analytics-react-native';
2525

26-
import { AmplitudeSessionPlugin } from '@segment/analytics-react-native-plugin-amplitude';
26+
import { AmplitudeSessionPlugin } from '@segment/analytics-react-native-plugin-amplitude-session';
2727

2828
const segmentClient = createClient({
2929
writeKey: 'SEGMENT_KEY'

0 commit comments

Comments
 (0)