From 392bc5c80a62251fd4684c996ae357d05bb74cd7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cristian=20Rivas=20G=C3=B3mez?= Date: Sat, 16 Jun 2018 11:36:36 +0200 Subject: [PATCH] docs(hotspot): add plugin description (#2555) --- src/@ionic-native/plugins/hotspot/index.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/@ionic-native/plugins/hotspot/index.ts b/src/@ionic-native/plugins/hotspot/index.ts index 97d58ba90..442186bd6 100644 --- a/src/@ionic-native/plugins/hotspot/index.ts +++ b/src/@ionic-native/plugins/hotspot/index.ts @@ -105,6 +105,10 @@ export interface HotspotDevice { * @beta * @name Hotspot * @description + * A Cordova plugin for managing Hotspot networks on Android. + * + * Requires Cordova plugin: `cordova-plugin-hotspot`. For more info, please see the [Hotspot plugin docs](https://github.com/hypery2k/cordova-hotspot-plugin). + * * @usage * ```typescript * import { Hotspot, HotspotNetwork } from '@ionic-native/hotspot';