Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
BrandonStalnaker authored Mar 22, 2024
1 parent 439ec89 commit 217a367
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ $ npm install react-native-mparticle --save

2. **Install the SDK** using CocoaPods:

Becasue of the install step React Native will automatically include our react framework and the core iOS framework. However depending on your app and its other dependecies you must want to integrate it in 1 of 3 ways
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

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
Expand Down

0 comments on commit 217a367

Please sign in to comment.