mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-28 20:22:53 +00:00
Improve documentation.
This commit is contained in:
parent
0d45eb91db
commit
a75ff0c061
@ -86,7 +86,10 @@ A string that defines the minimum version of the MagicMirror framework. If it is
|
||||
|
||||
**Note:** Since this check is introduced in version 2.1.0, this check will not be run in older versions. Keep this in mind if you get issue reports on your module.
|
||||
|
||||
Example: `"2.1.0"`
|
||||
Example:
|
||||
````
|
||||
requiresVersion: "2.1.0",
|
||||
````
|
||||
|
||||
### Subclassable module methods
|
||||
|
||||
@ -471,7 +474,10 @@ A string that defines the minimum version of the MagicMirror framework. If it is
|
||||
|
||||
**Note:** Since this check is introduced in version 2.1.0, this check will not be run in older versions. Keep this in mind if you get issue reports on your module.
|
||||
|
||||
Example: `"2.1.0"`
|
||||
Example:
|
||||
````
|
||||
requiresVersion: "2.1.0",
|
||||
````
|
||||
|
||||
### Subclassable module methods
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user