From 2a070d95c191005e3d6e8a01a2bce59cecccd310 Mon Sep 17 00:00:00 2001 From: nicoagostini Date: Fri, 2 May 2025 01:52:05 -0700 Subject: [PATCH] fix/README file folder structure updated --- README.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 71982c6..38a2b8e 100755 --- a/README.md +++ b/README.md @@ -54,12 +54,9 @@ Example: retirementCalculator/ ├── src/ │ ├── views/ -│ ├── public/ -| | ├── css/ -| | ├── icons/ -| | ├── images/ -| | └── scripts/ -│ └── util/ +| ├── css/ +| ├── images/ +| └── scripts/ ├── app.js ├── .env.example ├── .gitignore