Skip to content

Commit d1b6af1

Browse files
authored
Fix: import MixpanelPlugin from the right package (#562)
1 parent a71558c commit d1b6af1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/plugins/plugin-mixpanel/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ In your code where you initialize the analytics client call the `.add(plugin)` m
2828
```ts
2929
import { createClient } from '@segment/analytics-react-native';
3030

31-
import { MixpanelPlugin } from '@segment/analytics-react-native-plugin-adjust';
31+
import { MixpanelPlugin } from '@segment/analytics-react-native-plugin-mixpanel';
3232

3333
const segmentClient = createClient({
3434
writeKey: 'SEGMENT_KEY'
@@ -68,4 +68,4 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
6868
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
6969
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
7070
SOFTWARE.
71-
```
71+
```

0 commit comments

Comments
 (0)