Skip to content

Commit

Permalink
fixed minor character error
Browse files Browse the repository at this point in the history
  • Loading branch information
d7laungani authored Feb 1, 2017
1 parent 8217832 commit dfbd253
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ let region = CLCircularRegion(center: center, radius: 2000.0, identifier: "Headq
region.notifyOnEntry = true
region.notifyOnExit = false

let locationtNotification = DLNotification(identifier: "LocationNotification", alertTitle: "Notificaiton Alert", alertBody: "You have reached work", region: region )
let locationNotification = DLNotification(identifier: "LocationNotification", alertTitle: "Notificaiton Alert", alertBody: "You have reached work", region: region )

let scheduler = DLNotificationScheduler()
scheduler.scheduleNotification(notification: locationNotification)
Expand Down

0 comments on commit dfbd253

Please sign in to comment.