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 |