From dfc98d4bbef06dc010932d4a6f25d2bf01971790 Mon Sep 17 00:00:00 2001 From: Brandon Stalnaker <33703490+BrandonStalnaker@users.noreply.github.com> Date: Mon, 25 Mar 2024 10:03:04 -0400 Subject: [PATCH] Update README.md typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f613da6..4cf4e83 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ $ npm install react-native-mparticle --save 2. **Install the SDK** using CocoaPods: -The npm install step above will automatically include our react framework and the core iOS framework in yur project. However depending on your app and its other dependecies you must integrate it in 1 of 3 ways +The npm install step above will automatically include our react framework and the core iOS framework in your project. However depending on your app and its other dependecies you must integrate it in 1 of 3 ways A. Static Libraries are the React Native default but since mParticle iOS contains swift code you need to add an exception for it in the from of a pre-install command in the Podfile. ```bash