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
@@ -99,10 +99,6 @@ export interface GeolocationOptions {
*
* This API is based on the W3C Geolocation API Specification, and only executes on devices that don't already provide an implementation.
*
* ```shell
* cordova plugin add cordova-plugin-geolocation
* ```
*
* @usage
*
* ```ts