Skip to content

Commit e223838

Browse files
committed
Merge branch 'master' of github.com:andrehtissot/cordova-plugin-fcm-with-dependecy-updated
2 parents c6b84b9 + 1a83031 commit e223838

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,15 +57,15 @@ Make sure you have ‘google-services.json’ for Android or ‘GoogleService-In
5757
Default preferences:
5858

5959
```
60-
npm install -g cordova@latest # Minimal version 9 or higher required
60+
npm install -g cordova@latest # Version 9 or higher required
6161
npm uninstall @ionic-native/fcm # Ionic support is included and conflicts with @ionic-native's implementation.
6262
cordova plugin add cordova-plugin-fcm-with-dependecy-updated
6363
```
6464

6565
Complete:
6666

6767
```
68-
npm install -g cordova@latest # Minimal version 9 or higher required
68+
npm install -g cordova@latest # Version 9 or higher required
6969
npm uninstall @ionic-native/fcm # Ionic support is included and conflicts with @ionic-native's implementation.
7070
cordova plugin add cordova-plugin-fcm-with-dependecy-updated \
7171
--variable ANDROID_FCM_VERSION="19.0.0" \
@@ -79,15 +79,15 @@ cordova plugin add cordova-plugin-fcm-with-dependecy-updated \
7979
Default preferences:
8080

8181
```
82-
npm install -g cordova@latest # Minimal version 9 or higher required
82+
npm install -g cordova@latest # Version 9 or higher required
8383
npm uninstall @ionic-native/fcm # Ionic support is included and conflicts with @ionic-native's implementation.
8484
ionic cordova plugin add cordova-plugin-fcm-with-dependecy-updated
8585
```
8686

8787
Complete:
8888

8989
```
90-
npm install -g cordova@latest # Minimal version 9 or higher required
90+
npm install -g cordova@latest # Version 9 or higher required
9191
npm uninstall @ionic-native/fcm # Ionic support is included and conflicts with @ionic-native's implementation.
9292
ionic cordova plugin add cordova-plugin-fcm-with-dependecy-updated \
9393
--variable ANDROID_FCM_VERSION="19.0.0" \

0 commit comments

Comments
 (0)