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 +```