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
+1 -5
View File
@@ -9,15 +9,11 @@ declare var window;
*
* Requires Cordova plugin: `cordova-plugin-statusbar`. For more info, please see the [StatusBar plugin docs](https://github.com/apache/cordova-plugin-statusbar).
*
* ```shell
* cordova plugin add cordova-plugin-statusbar
* ```
*
* @usage
* ```ts
* StatuBar.overlaysWebView(true);
*
* StatusBar.styleDefault();
* StatusBar.
* ```
*
*/