Skip to content

Commit 45b6f8d

Browse files
committed
Update README
1 parent 3d01b90 commit 45b6f8d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ Install the Trackingplan for React Native SDK with NPM or Yarn:
2323

2424
```sh
2525
# Using npm
26-
npm install --save trackingplan-react-native
26+
npm install --save @trackingplan/react-native
2727

2828
# Using yarn
29-
yarn add trackingplan-react-native
29+
yarn add @trackingplan/react-native
3030
```
3131

3232
Follow the instructions in the next sections to configure Trackingplan in Android and iOS.
@@ -92,7 +92,7 @@ Within your existing `application` method, add the following to the top of the m
9292

9393
```swift
9494
func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]? = nil) -> Bool {
95-
Trackingplan.initialize(tpId: "#YourTrackingplanId")
95+
Trackingplan.initialize(tpId: "YOUR_TP_ID")
9696
// ...other code
9797
}
9898
```

0 commit comments

Comments
 (0)