From a75ff0c061986aade69bf2a9b59d5437c4dc34a9 Mon Sep 17 00:00:00 2001 From: Michael Teeuw Date: Thu, 13 Oct 2016 16:45:23 +0200 Subject: [PATCH] Improve documentation. --- modules/README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/modules/README.md b/modules/README.md index 9332d009..313c8880 100644 --- a/modules/README.md +++ b/modules/README.md @@ -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