diff --git a/README.md b/README.md index ebb2791..8326eaf 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,7 @@ This Python script checks an XML file for mismatches between link text and href ```bash python feed-check.py path/to/your/xml/file.xml + ``` Example: @@ -27,7 +28,7 @@ python feed-check.py example.xml View the file feed-check-result.txt for any detected mismatches. ## 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 This project is licensed under the MIT License - see the LICENSE file for details.