mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2026-05-02 00:07:23 +08:00
docs(plugins): remove install command
This commit is contained in:
@@ -7,10 +7,6 @@ import {Plugin, Cordova} from './plugin';
|
||||
*
|
||||
* Requires Cordova plugin: `phonegap-plugin-barcodescanner`. For more info, please see the [BarcodeScanner plugin docs](https://github.com/phonegap/phonegap-plugin-barcodescanner).
|
||||
*
|
||||
* ```shell
|
||||
* cordova plugin add phonegap-plugin-barcodescanner
|
||||
* ```
|
||||
*
|
||||
* @usage
|
||||
* ```js
|
||||
* BarcodeScanner.scan().then((barcodeData) => {
|
||||
|
||||
Reference in New Issue
Block a user