Skip to content

Commit

Permalink
Merge pull request #32 from volodymyrtaliar/main
Browse files Browse the repository at this point in the history
Updated steps to manage Capacitor Base plugin
  • Loading branch information
MSohm committed May 30, 2022
2 parents bcfa86f + 1aff25c commit eff51bd
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 @@ -13,11 +13,11 @@ This repository contains following Cordova plugins separated into branches:
`capacitor-plugin-bbd-base` plugin adds all needed configurations to be able to use `BlackBerry Dynamics` in your Ionic Capacitor application.
### Installation
```
$ cordova plugin add git+https://github.com/blackberry/BlackBerry-Dynamics-Cordova-Plugins#capacitor-base
$ npm i git+https://github.com/blackberry/BlackBerry-Dynamics-Cordova-Plugins#capacitor-base
```
### Uninstallation
```
$ cordova plugin rm capacitor-plugin-bbd-base
$ npm uninstall capacitor-plugin-bbd-base
```

## cordova-plugin-bbd-file
Expand Down

0 comments on commit eff51bd

Please sign in to comment.