diff --git a/README.md b/README.md index ec86ea1..852ea9c 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ data-management ├─ exchange # Exchange web application │ ├─ extract # All extract needed code is in here │ │ ├─ exchange_extract_function.py # Exchange extract code function to import in run_extract_load.py -│ │ └─ exchange_temp_extract_csv # Temp folder to store all the csv extract from MYSQL +│ │ └─ exchange_temp_extract_csv # Temp folder to store all the csv extract from MYSQL (Auto Create) │ │ │ └─ load # All load needed code is in here │ └─ exchange_load_function.py # Exchange load code function to import in run_extract_load.py