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
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
# 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/`<ModuleName>`
SubModules/`<ModuleName>`
# File Explanation
| File Name | Description |