Skip to content

Commit d1d976e

Browse files
authored
Update getting-started.md
1 parent e2e8be6 commit d1d976e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/docs/docs/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ For older versions, visit this [installation guide](https://github.com/wix/react
1414
## Introduction
1515
This library supports 2 kinds of motifications.
1616
1. Local Notifications: These notifications are sent by an application to the device, on which it is running. The notification never leaves the device, on which the application is running. For more details on using these notification, please, refer to [Local Notifications](https://github.com/wix/react-native-notifications/edit/master/website/docs/docs/localNotifications.md)
17-
2. Push Notifications. These notifications are sent by an application to any device through a communication server. For push notifications to work, you need to (1) register the devices, which can receive notifications, and (2) setup notification listeneres on these devices. To register devices, please refer to [Subscription](https://github.com/wix/react-native-notifications/blob/master/website/docs/docs/subscription.md). To setup notification listeneres, please refer to [Events](https://github.com/wix/react-native-notifications/blob/master/website/docs/docs/notifications-events.md).
17+
2. Push Notifications. These notifications are sent by an application to any device through a communication server. For push notifications to work, you need to (1) register the devices, which can receive notifications, on some server/db, and (2) setup notification listeneres on these devices. To register devices, please refer to [Subscription](https://github.com/wix/react-native-notifications/blob/master/website/docs/docs/subscription.md). To setup notification listeneres, please refer to [Events](https://github.com/wix/react-native-notifications/blob/master/website/docs/docs/notifications-events.md).
1818

1919
## Add react-native-notifications to your dependencies
2020

0 commit comments

Comments
 (0)