Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Amaury-DB committed Aug 23, 2024
1 parent 12d9ede commit 4f209dd
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 4f209dd

Please sign in to comment.