From 4f209ddd4ad9acea308d445def8455569beba58a Mon Sep 17 00:00:00 2001 From: Amaury DUCHENE Date: Fri, 23 Aug 2024 03:16:15 +0200 Subject: [PATCH] Update README.md --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 583f169..1dd10ff 100644 --- a/README.md +++ b/README.md @@ -61,15 +61,15 @@ GTFS-RT Validator is a simple web application built with Flask that allows users ## Project Structure -gtfs-rt-validator/ -├── app.py # Main Flask application -├── gtfs_realtime_pb2.py # Generated Python file from .proto +gtfs-rt-validator/ \ +├── app.py # Main Flask application \ +├── gtfs_realtime_pb2.py # Generated Python file from .proto \ ├── templates/ -│ └── index.html # HTML template for the web interface +│ └── index.html # HTML template for the web interface \ ├── static/ -│ └── style.css # CSS file for styling the interface -├── requirements.txt # Python dependencies -└── README.md # Project documentation +│ └── style.css # CSS file for styling the interface \ +├── requirements.txt # Python dependencies \ +└── README.md # Project documentation \ ## Contributing