Description
The README states generated files are written to the root directory:
"The tool will generate the following files in the root directory"
The actual output directory is output/ as specified in config.example.json:
Steps to Reproduce
Run the application with any valid job URL. Output files land in output/
not the root directory.
Suggested Fix
Update README to reflect output/ as the output directory.
Noted during testing in PR #11.
Description
The README states generated files are written to the root directory:
The actual output directory is
output/as specified inconfig.example.json:Steps to Reproduce
Run the application with any valid job URL. Output files land in
output/not the root directory.
Suggested Fix
Update README to reflect
output/as the output directory.Noted during testing in PR #11.