Skip to content

Commit

Permalink
Added sh text styling
Browse files Browse the repository at this point in the history
  • Loading branch information
andrehtissot authored Nov 8, 2020
1 parent fb456df commit 1c43714
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,15 +58,15 @@ Make sure you have ‘google-services.json’ for Android and/or ‘GoogleServic

Default preferences:

```
```sh
npm install -g cordova@latest # Version 9 or higher required
npm uninstall @ionic-native/fcm # Ionic support is included and conflicts with @ionic-native's implementation.
cordova plugin add cordova-plugin-fcm-with-dependecy-updated
```

Complete:

```
```sh
npm install -g cordova@latest # Version 9 or higher required
npm uninstall @ionic-native/fcm # Ionic support is included and conflicts with @ionic-native's implementation.
cordova plugin add cordova-plugin-fcm-with-dependecy-updated \
Expand Down

0 comments on commit 1c43714

Please sign in to comment.