From 5dfecfdee3e205bc825158e4114c25fbdb6b0c31 Mon Sep 17 00:00:00 2001 From: contra Date: Sat, 17 Sep 2016 17:54:38 -0400 Subject: [PATCH] fix typo --- modules/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/README.md b/modules/README.md index 39072db5..f4a8debd 100644 --- a/modules/README.md +++ b/modules/README.md @@ -4,7 +4,7 @@ This document describes the way to develop your own MagicMirror² modules. ## Module structure -All modules are loaded in de `modules` folder. The default modules are grouped together in the `modules/default` folder. Your module should be placed in a subfolder of `modules`. Note that any file or folder your create in the `modules` folder will be ignored by git, allowing you to upgrade the MagicMirror² without the loss of your files. +All modules are loaded in the `modules` folder. The default modules are grouped together in the `modules/default` folder. Your module should be placed in a subfolder of `modules`. Note that any file or folder your create in the `modules` folder will be ignored by git, allowing you to upgrade the MagicMirror² without the loss of your files. A module can be placed in one single folder. Or multiple modules can be grouped in a subfoler. Note that name of the module must be unique. Even when a module with a similar name is placed in a different folder, they can't be loaded at the same time.