Skip to content

Commit 9d41973

Browse files
authored
chore: Update docs (#59)
* chore: Update docs * Update package.json
1 parent fc51475 commit 9d41973

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# cordova-plugin-mparticle
1+
# mParticle Cordova SDK
22

33
Cordova plugin for mParticle
44

@@ -8,7 +8,7 @@ Cordova plugin for mParticle
88
# Installation
99

1010
```bash
11-
cordova plugin add cordova-plugin-mparticle
11+
cordova plugin add @mparticle/cordova-sdk
1212
```
1313

1414
**Grab your mParticle key and secret** from [your app's dashboard][1] and move on to the OS-specific instructions below.

example/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ npm install
3535

3636
Or add it directly in `config.xml`:
3737
```xml
38-
<plugin name="cordova-plugin-mparticle-kits-rokt" spec="../Kits/Rokt" />
38+
<plugin name="@mparticle/cordova-rokt-kit" spec="../Kits/Rokt" />
3939
```
4040

4141
4. Add platforms:

example/config.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@
2828

2929
<!-- Platform-specific file copy hook -->
3030
<hook type="after_platform_add" src="hooks/after_platform_add/010_copy_platform_specific_files.js" />
31-
<plugin name="cordova-plugin-mparticle" spec="../plugin" />
32-
<plugin name="cordova-plugin-mparticle-kits-rokt" spec="../Kits/Rokt" />
31+
<plugin name="@mparticle/cordova-sdk" spec="../plugin" />
32+
<plugin name="@mparticle/cordova-rokt-kit" spec="../Kits/Rokt" />
3333
</widget>

example/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
],
1313
"plugins": {
1414
"cordova-plugin-whitelist": {},
15-
"cordova-plugin-mparticle": {},
16-
"cordova-plugin-mparticle-kits-rokt": {}
15+
"@mparticle/cordova-sdk": {},
16+
"@mparticle/cordova-rokt-kit": {}
1717
}
1818
},
1919
"dependencies": {

0 commit comments

Comments
 (0)