Skip to content

Commit

Permalink
Merge pull request #6 from jeffreyjackson/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
mlwelles committed Nov 17, 2014
2 parents 268766e + ed54cb1 commit 5a60e47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ It then asks the Bluetooth Central Manager to start scanning for peripherals:

The options specify it should should execute a callback everytime it detects any given device. This is important for iBeacons, as their continued detection is the only way to determine if they're still in range.

In this delegate callback, the beacon scanner determines whether or not a detected peripheral is an iBeacon by trying to parse the iBeacon message from the advertisement data dictionary recieved from the peripheral. If it succeeds it sends a *HGBeacon* object created from the message to its subscribers.
In this delegate callback, the beacon scanner determines whether or not a detected peripheral is an iBeacon by trying to parse the iBeacon message from the advertisement data dictionary received from the peripheral. If it succeeds it sends a *HGBeacon* object created from the message to its subscribers.

- (void)centralManager:(CBCentralManager *)central
didDiscoverPeripheral:(CBPeripheral *)peripheral
Expand Down Expand Up @@ -160,4 +160,4 @@ In order to turn your OSX Mavericks box into an iBeacon emitter, see Matthew Rob

Portions of *HGBeacon* were derived from a *BLCBeaconAdvertisementData*, by Matthew Robinson and part of [BeaconOX](https://github.com/mttrb/BeaconOSX).

The "Radar" icon image the utility uses was created by [ricaodomaia](http://openclipart.org/user-detail/ricardomaia) and downloaded from [openclipart.org](http://openclipart.org/detail/122719/radar-by-ricardomaia)
The "Radar" icon image the utility uses was created by [ricaodomaia](http://openclipart.org/user-detail/ricardomaia) and downloaded from [openclipart.org](http://openclipart.org/detail/122719/radar-by-ricardomaia)

0 comments on commit 5a60e47

Please sign in to comment.