mirror of
https://github.com/edward-shen/MMM-pages.git
synced 2025-02-23 07:28:18 -08:00
Optimize format
This commit is contained in:
parent
26c4edd89e
commit
6d3750b5c6
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue