Skip to content

Commit 8b45a77

Browse files
authored
Update README.md
1 parent c06f6d5 commit 8b45a77

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@
77
> React Native Library for PushBots Push Notifications Service
88
## Getting started
99

10-
`npm install pushbots-react-native --save`
11-
`npm install`
10+
`npm install pushbots-react-native --save && npm install`
1211

1312
## Automatic Installation
1413
`react-native link pushbots-react-native`
@@ -76,7 +75,7 @@ dependencies {
7675
..
7776
}
7877
```
79-
Open `android/build.gradle`, Add google repo to **allprojects**
78+
Open `android/build.gradle`, Add google repo to **allprojects** in **maven** section
8079
```gradle
8180
allprojects {
8281
repositories {

0 commit comments

Comments
 (0)