hhursev / recipe-scrapers

Python package for scraping recipes data
MIT License
1.62k stars 508 forks source link

corrected shell command for scraper-specific unittest #974

Closed wassupluke closed 6 months ago

wassupluke commented 6 months ago

Previous command would throw an error for trying to use the "unknown option: -k". Command usage corrected and now matches the command mentioned in the README.

strangetom commented 6 months ago

Good catch, thanks @wassupluke