From 0f0937758d52608c3aed5b542db5b3e4528a15ff Mon Sep 17 00:00:00 2001 From: Jeffrey Marvin Forones Date: Fri, 27 Oct 2017 18:43:10 +0800 Subject: [PATCH] docs enhancement --- readme.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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`