diff --git a/README.md b/README.md index ddb95d5..3418153 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,7 @@ A minimal python flask app for inventory management, with some basic functionali This project was originally forked from [this project](https://github.com/MovieTone/crud-flask-export-csv), although it has undergone significant improvent, and resembles nothing like it. ## File structure: +``` . ├── app.py ├── config.py @@ -42,6 +43,7 @@ This project was originally forked from [this project](https://github.com/MovieT ├── update.html ├── upload.html └── viewList.html +``` ## Files: