diff --git a/wire/core/Module.php b/wire/core/Module.php index 25549438..02d004a4 100644 --- a/wire/core/Module.php +++ b/wire/core/Module.php @@ -140,11 +140,12 @@ * * ~~~~~ * { - * title: 'Your Module title', - * version: 1, - * // and so on + * "title": "Your Module Title", + * "version": 1 * } * ~~~~~ + * Note: The example JSON above just shows "title" and "version", but you would + * likely add more than that as needed, like shown in the static version above. * * ----------------------------------------------------------------- *