From 009a20608e14b8e51e9bb7b03195a607892820ec Mon Sep 17 00:00:00 2001 From: Ibby Date: Sat, 7 Jan 2017 04:32:18 -0500 Subject: [PATCH] docs(ibeacon): fix method reference closes #933 --- src/plugins/ibeacon.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/ibeacon.ts b/src/plugins/ibeacon.ts index cd743012..78da69eb 100644 --- a/src/plugins/ibeacon.ts +++ b/src/plugins/ibeacon.ts @@ -237,7 +237,7 @@ export interface IBeaconDelegate { * // Request permission to use location on iOS * IBeacon.requestAlwaysAuthorization(); * // create a new delegate and register it with the native layer - * let delegate = IBeacon.IBeaconDelegate(); + * let delegate = IBeacon.Delegate(); * * // Subscribe to some of the delegate's event handlers * delegate.didRangeBeaconsInRegion()