diff --git a/docs/pushNotifications.md b/docs/pushNotifications.md index 2f2b742..e7619c9 100644 --- a/docs/pushNotifications.md +++ b/docs/pushNotifications.md @@ -12,6 +12,7 @@ Import the `PushNotificationsModule` in to your `AppModule` bootstrap: [AppComponent] }) export class AppModule { } +``` Now import the `PushNotificationsService` where you want to use it: @@ -59,4 +60,4 @@ interface PushNotification { ``` Options correspond to the Notification interface of the Notification API: -[Mozilla developer network](https://developer.mozilla.org/en-US/docs/Web/API/Notification). \ No newline at end of file +[Mozilla developer network](https://developer.mozilla.org/en-US/docs/Web/API/Notification).