From 0cd496306a21a331c780a9dde47bfde706c45efa Mon Sep 17 00:00:00 2001 From: Bram Prieshof Date: Fri, 1 May 2020 11:29:39 +0200 Subject: [PATCH] updated locat --- Docs/docs/Dev-Adding-Modules.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Docs/docs/Dev-Adding-Modules.md b/Docs/docs/Dev-Adding-Modules.md index 4eb9448..a1a8e7a 100644 --- a/Docs/docs/Dev-Adding-Modules.md +++ b/Docs/docs/Dev-Adding-Modules.md @@ -1,5 +1,5 @@ # Module modes -A module can be external(in other/external git repo) or internal(Modules/). +A module can be external(in other/external git repo) or internal(SubModules/). In both cases the file structure is expected as shown below # List of possible Files and expected Structure @@ -12,7 +12,7 @@ In both cases the file structure is expected as shown below * config/* ## The internal module location -Modules/`` +SubModules/`` # File Explanation | File Name | Description |