From 0c479cea38a9c4b6ac5df72ceab46ffd76855338 Mon Sep 17 00:00:00 2001 From: Mehdi Sakout Date: Wed, 8 Jun 2022 13:22:21 +0100 Subject: [PATCH] Fix: import MixpanelPlugin from the right package --- packages/plugins/plugin-mixpanel/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/plugins/plugin-mixpanel/README.md b/packages/plugins/plugin-mixpanel/README.md index aa8af97b8..c8a9fdd0c 100644 --- a/packages/plugins/plugin-mixpanel/README.md +++ b/packages/plugins/plugin-mixpanel/README.md @@ -28,7 +28,7 @@ In your code where you initialize the analytics client call the `.add(plugin)` m ```ts import { createClient } from '@segment/analytics-react-native'; -import { MixpanelPlugin } from '@segment/analytics-react-native-plugin-adjust'; +import { MixpanelPlugin } from '@segment/analytics-react-native-plugin-mixpanel'; const segmentClient = createClient({ writeKey: 'SEGMENT_KEY' @@ -68,4 +68,4 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -``` \ No newline at end of file +```