From 6d3750b5c63c953495ebe7464e93fa2f35be99c4 Mon Sep 17 00:00:00 2001 From: Kristjan ESPERANTO <35647502+KristjanESPERANTO@users.noreply.github.com> Date: Sun, 1 Dec 2024 14:32:26 +0100 Subject: [PATCH] Optimize format --- readme.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index e33da79..b0818c3 100644 --- a/readme.md +++ b/readme.md @@ -52,6 +52,7 @@ To display what page you're on, I'd highly recommend checking out my ## Using the module To use this module, add it to the modules array in the `config/config.js` file. + Note: module names used in the following example are fictitious. ```js @@ -140,8 +141,8 @@ MMM-pages notifications. ### Initialization -_This section provides documentation on what notifications the module sends on -startup. This section isn't necessary to read for most users._ +*This section provides documentation on what notifications the module sends on +startup. This section isn't necessary to read for most users.* MMM-pages doesn't activate until we receive the `DOM_OBJECTS_CREATED` notification, as that notification ensures all modules have been loaded. On this