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
@@ -8,10 +8,6 @@ import {Plugin, Cordova} from './plugin';
* Requires Cordova plugin: https://github.com/VersoSolutions/CordovaClipboard
* For more info, please see the [Clipboard plugin docs](https://github.com/VersoSolutions/CordovaClipboard.git).
*
* ```shell
* cordova plugin add https://github.com/VersoSolutions/CordovaClipboard.git
* ```
*
* @usage
* ```js
* Clipboard.copy("Hello world");