Edited README.md

This commit is contained in:
Jan Beilicke 2023-11-11 13:33:20 +01:00
parent 74168ae230
commit 681e07f6e5

View file

@ -17,6 +17,7 @@ This Python script checks an XML file for mismatches between link text and href
```bash ```bash
python feed-check.py path/to/your/xml/file.xml python feed-check.py path/to/your/xml/file.xml
```
Example: Example:
@ -27,7 +28,7 @@ python feed-check.py example.xml
View the file feed-check-result.txt for any detected mismatches. View the file feed-check-result.txt for any detected mismatches.
## Output ## Output
The script will print information about any mismatches found, including the title of the item, link text, and href value. The script will print information about any mismatches found, including the title of the item, link text, and href value to the file feed-check-result.txt.
## License ## License
This project is licensed under the MIT License - see the LICENSE file for details. This project is licensed under the MIT License - see the LICENSE file for details.