Skip to content

Commit 3b5521e

Browse files
fix: Invalid function name given in read me
1 parent 62747be commit 3b5521e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ function MyComponent() {
245245

246246
Functions | Parameters | Type | Description |
247247
----------|------------|-------|------------|
248-
markAllNotificationsAsReadByDate | startDate | ISO date string | Sets the read status of notifications to true until the given date |
248+
markNotificationsAsReadByDate | startDate | ISO date string | Sets the read status of notifications to true until the given date |
249249
markAsRead | id | string | Set read status of a notification to true |
250250
deleteNotification | id | string | Delete a notification by id |
251251
deleteNotificationsByDate | startDate | ISO date string | Delete all notifications until given date |

0 commit comments

Comments
 (0)