Skip to content

Commit

Permalink
Merge pull request guyromb#10 from emcniece/fix/plugin-package-id-sync
Browse files Browse the repository at this point in the history
Fix/plugin package id sync
  • Loading branch information
guyromb committed Jul 15, 2017
2 parents 20dfea7 + 8f4d6b5 commit b87dfb5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,19 @@ It will be saved to the config.xml file
Ionic Framework:

```bash
ionic cordova plugin (add|rm) cordova-open-native-settings --save
ionic cordova plugin (add|rm) net.gsrweb.cordova.plugins.cordovaopennativesettings
```

Cordova:

```bash
cordova plugin (add|rm) cordova-open-native-settings --save
cordova plugin (add|rm) net.gsrweb.cordova.plugins.cordovaopennativesettings --save
```

or via npm (It will be saved to the package.json file)

```bash
npm (install|rm) cordova-open-native-settings --save
npm (install|rm) net.gsrweb.cordova.plugins.cordovaopennativesettings --save
```

## Using the plugin (opens Location Settings in Android and Application Settings in iOS)
Expand Down

0 comments on commit b87dfb5

Please sign in to comment.