Edited README.md
This commit is contained in:
parent
74168ae230
commit
681e07f6e5
1 changed files with 2 additions and 1 deletions
|
@ -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.
|
||||||
|
|
Loading…
Add table
Reference in a new issue