From 681e07f6e51a82a1475b0d647f3d90143b091d47 Mon Sep 17 00:00:00 2001 From: Jan Beilicke Date: Sat, 11 Nov 2023 13:33:20 +0100 Subject: [PATCH] Edited README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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.