Skip to content

Commit 1aa9b9c

Browse files
Update README
1 parent 98d39b0 commit 1aa9b9c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ Running UserReport in React Native applications.
99

1010
## Installation
1111

12-
Install [NPM package](https://www.npmjs.com/package/@audienceproject/react-native-userreport-sdk):
12+
Install [NPM package](https://www.npmjs.com/package/@audienceproject/react-native-userreport-sdk) and dependencies:
1313

1414
```sh
15-
npm install --save @audienceproject/data-web
15+
npm install --save @audienceproject/react-native-userreport-sdk react-native-device-info
1616
```
1717

1818
### On Android

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@audienceproject/react-native-userreport-sdk",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"description": "Running UserReport in React Native applications",
55
"main": "react-native-userreport-sdk.js",
66
"repository": {

0 commit comments

Comments
 (0)