From f01da44e08d9ab208b8f101b3705a45d235af760 Mon Sep 17 00:00:00 2001 From: VISHNU VARDHAN VEMULA Date: Wed, 24 Jul 2024 21:20:08 +0530 Subject: [PATCH] Update README.md --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index e90b6da..893ae2e 100644 --- a/README.md +++ b/README.md @@ -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