From 47b3421a5257cca9ed75dcd08710f783ce8cb492 Mon Sep 17 00:00:00 2001 From: Edward Shen Date: Thu, 29 Apr 2021 14:57:22 -0400 Subject: [PATCH] update readme --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index b66e5ee..02f6614 100644 --- a/readme.md +++ b/readme.md @@ -98,7 +98,7 @@ The following is the list of notifications that MMM-pages sends out: | Notification | Payload type | Description | | ------------------- | ------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------- | | `MAX_PAGES_CHANGED` | `int` | This is sent only once during initialization of MMM-pages. This contains the number of pages defined in `config.js`. | -| `NEW_PAGE` | `int` | This notification is sent out on every page change and contains the current page index. This is to help other modules keep track of what the current page is. | +| `NEW_PAGE` | `int` | This notification is sent out on every page change and contains the current page index. This is to help other modules keep track of what the current page is. This is also sent out during initialization. | | `PAGE_NUMBER_IS` | `int` | Sent in response to a `QUERY_PAGE_NUMBER` notification. Returns the current page index. This notification sends the same payload as `NEW_PAGE`. | ### Notes