Skip to content

Commit 182b9fe

Browse files
Change enum name in readme
1 parent ede2c5d commit 182b9fe

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Provides links for working with [`@firebase/messaging`](https://www.npmjs.com/pa
66

77
[**Documentation**](https://deep-foundation.github.io/firebase-push-notification/)
88

9-
[**List of links**](https://deep-foundation.github.io/firebase-push-notification/enums/FirebasePushNotificationContains.html)
9+
[**List of links**](https://deep-foundation.github.io/firebase-push-notification/enums/LinkName.html)
1010

1111
<!-- # Overview
1212
- PushNotification
@@ -44,15 +44,15 @@ You can use `SyncTextFile` from [`@deep-foundation/core`](https://www.npmjs.com/
4444
- Insert [`Notify`] from [`PushNotification`] to [`Device`]
4545
- See push notification on your device :)
4646

47-
[`ServiceAccount`]: https://deep-foundation.github.io/firebase-push-notification/enums/FirebasePushNotificationContains.html#ServiceAccount
48-
[`UsesServiceAccount`]: https://deep-foundation.github.io/firebase-push-notification/enums/FirebasePushNotificationContains.html#UsesServiceAccount
49-
[`WebPushCertificate`]: https://deep-foundation.github.io/firebase-push-notification/enums/FirebasePushNotificationContains.html#WebPushCertificate
50-
[`UsesWebPushCertificate`]: https://deep-foundation.github.io/firebase-push-notification/enums/FirebasePushNotificationContains.html#UsesWebPushCertificate
47+
[`ServiceAccount`]: https://deep-foundation.github.io/firebase-push-notification/enums/LinkName.html#ServiceAccount
48+
[`UsesServiceAccount`]: https://deep-foundation.github.io/firebase-push-notification/enums/LinkName.html#UsesServiceAccount
49+
[`WebPushCertificate`]: https://deep-foundation.github.io/firebase-push-notification/enums/LinkName.html#WebPushCertificate
50+
[`UsesWebPushCertificate`]: https://deep-foundation.github.io/firebase-push-notification/enums/LinkName.html#UsesWebPushCertificate
5151
[`Device`]: https://deep-foundation.github.io/capacitor-device/enums/CapacitorDeviceContains.html#Device
52-
[`DeviceRegistrationToken`]: https://deep-foundation.github.io/firebase-push-notification/enums/FirebasePushNotificationContains.html#DeviceRegistrationToken
53-
[`PushNotification`]: https://deep-foundation.github.io/firebase-push-notification/enums/FirebasePushNotificationContains.html#PushNotification
54-
[`PushNotificationTitle`]: https://deep-foundation.github.io/firebase-push-notification/enums/FirebasePushNotificationContains.html#PushNotificationTitle
55-
[`PushNotificationBody`]: https://deep-foundation.github.io/firebase-push-notification/enums/FirebasePushNotificationContains.html#PushNotificationBody
56-
[`PushNotificationImageUrl`]: https://deep-foundation.github.io/firebase-push-notification/enums/FirebasePushNotificationContains.html#PushNotificationImageUrl
57-
[`PushNotificationIconUrl`]: https://deep-foundation.github.io/firebase-push-notification/enums/FirebasePushNotificationContains.html#PushNotificationIconUrl
58-
[`Notify`]: https://deep-foundation.github.io/firebase-push-notification/enums/FirebasePushNotificationContains.html#Notify
52+
[`DeviceRegistrationToken`]: https://deep-foundation.github.io/firebase-push-notification/enums/LinkName.html#DeviceRegistrationToken
53+
[`PushNotification`]: https://deep-foundation.github.io/firebase-push-notification/enums/LinkName.html#PushNotification
54+
[`PushNotificationTitle`]: https://deep-foundation.github.io/firebase-push-notification/enums/LinkName.html#PushNotificationTitle
55+
[`PushNotificationBody`]: https://deep-foundation.github.io/firebase-push-notification/enums/LinkName.html#PushNotificationBody
56+
[`PushNotificationImageUrl`]: https://deep-foundation.github.io/firebase-push-notification/enums/LinkName.html#PushNotificationImageUrl
57+
[`PushNotificationIconUrl`]: https://deep-foundation.github.io/firebase-push-notification/enums/LinkName.html#PushNotificationIconUrl
58+
[`Notify`]: https://deep-foundation.github.io/firebase-push-notification/enums/LinkName.html#Notify

0 commit comments

Comments
 (0)