Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Vishnu8299 authored Jul 24, 2024
1 parent ca1946b commit f01da44
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,14 @@ This Flask application allows users to verify RSS feed URLs and download the fee
4. **View the result**: If the URL is valid, the feed information will be displayed, and you can download the JSON file by clicking the provided link. If the URL is invalid, an error message will be shown.

## Project Structure
rss-feed-validator/
├── main.py # Main Flask application script
├── requirements.txt # List of dependencies
├── templates/
│ ├── index.html # HTML template for the input form and error messages
│ └── result.html # HTML template for displaying feed information and download link
└── README.md # This file

- rss-feed-validator/
- main.py # Main Flask application script
- requirements.txt # List of dependencies
- templates/
- index.html # HTML template for the input form and error messages
- result.html # HTML template for displaying feed information and download link
- README.md # This file


## License
Expand Down

0 comments on commit f01da44

Please sign in to comment.