diff --git a/README.md b/README.md
index 39697676937d0d46083cd4286ee347534072a5ef..761434053638cd7324f70b5c1bd1e3b929aa46d8 100644
--- a/README.md
+++ b/README.md
@@ -161,7 +161,9 @@ FinalYearProject/
 ├── newscanner.py          # GDPR compliance scanner
 ├── requirements.txt       # Project dependencies
 ├── README.md             # Project documentation
-├── static/               # Static files
+├── static/
+│   ├── styles.css
+│   ├── dashboard.css              
 │   └── images/          # Image assets
 │       ├── logo.png
 │       ├── hero.jpg
@@ -200,15 +202,5 @@ playwright install
 
 ## Notes
 
-- The application uses port 8800 by default
-- Make sure port 8800 is available or modify the port in app.py
-- The default MySQL configuration assumes a local MySQL server
-
-## Authors and acknowledgment
-Show your appreciation to those who have contributed to the project.
-
-## License
-For open source projects, say how it is licensed.
-
-## Project status
-If you have run out of energy or time for your project, put a note at the top of the README saying that development has slowed down or stopped completely. Someone may choose to fork your project or volunteer to step in as a maintainer or owner, allowing your project to keep going. You can also make an explicit request for maintainers.
+- The application uses port 8800
+- Make sure port 8800 is available or modify the port in app.py
\ No newline at end of file