updated locat

This commit is contained in:
Bram Prieshof
2020-05-01 11:29:39 +02:00
parent df05133afd
commit 0cd496306a

View File

@@ -1,5 +1,5 @@
# Module modes # Module modes
A module can be external(in other/external git repo) or internal(Modules/<ModuleName>). A module can be external(in other/external git repo) or internal(SubModules/<ModuleName>).
In both cases the file structure is expected as shown below In both cases the file structure is expected as shown below
# List of possible Files and expected Structure # List of possible Files and expected Structure
@@ -12,7 +12,7 @@ In both cases the file structure is expected as shown below
* config/* * config/*
## The internal module location ## The internal module location
Modules/`<ModuleName>` SubModules/`<ModuleName>`
# File Explanation # File Explanation
| File Name | Description | | File Name | Description |