docs(plugins): remove install command

This commit is contained in:
Ibrahim Hadeed
2016-03-12 18:56:01 -05:00
parent 9293689649
commit e59371887f
24 changed files with 3 additions and 99 deletions
-4
View File
@@ -25,10 +25,6 @@ export interface ImagePickerOptions {
* Requires Cordova plugin: `cordova-plugin-image-picker`.
* For more info, please see the https://github.com/wymsee/cordova-imagePicker
*
* ```shell
* cordova plugin add cordova-plugin-image-picker
* ```
*
* @usage
* ```js
* ImagePicker.getPictures(options).then((results) => {