From 22ac76a8e52896ae3e3f4fe86691e2d4763f0554 Mon Sep 17 00:00:00 2001 From: Devesh Laungani Date: Wed, 22 Mar 2017 13:04:57 -0500 Subject: [PATCH] Updated documentation to make it clearer --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 388f3b5..134908e 100644 --- a/README.md +++ b/README.md @@ -157,7 +157,7 @@ scheduler.scheduleNotification(notification: locationNotification) scheduler.scheduleCategories(categories: [standingCategory]) ``` -Don't forget to the set the notificaiton category afterwards using +Don't forget to the set the notificaiton category before scheduling the notification using ```swift notification.category = "standingReminder"