Skip to content

Commit

Permalink
Clarified when the PushManager should be shut down.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon Chambers committed Sep 6, 2013
1 parent 99027c9 commit 80ed150
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 @@ -70,7 +70,7 @@ pushManager.enqueuePushNotification(
new SimpleApnsPushNotification(token, payload));
```

When you're done sending push notifications, make sure to shut down the `PushManager`:
When your application shuts down, make sure to shut down the `PushManager`, too:

```java
List<SimpleApnsPushNotification> unsentNotifications = pushManager.shutdown();
Expand Down

0 comments on commit 80ed150

Please sign in to comment.