diff --git a/readme.md b/readme.md index 12ae431..135f950 100644 --- a/readme.md +++ b/readme.md @@ -10,10 +10,10 @@ > create a folder Home where you point your module directory ``` -root-directory/ - __init__.py - methods.py - routes.py +~/root-directory/ + |-- __init__.py + |-- methods.py + |-- routes.py ``` `NOTE:: __init__.py must be ALWAYS included in the folder in order to detect the model folder as a module`