diff --git a/README.md b/README.md index 4fe5a1c..8ae668f 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ jobs = scrape_jobs( search_term="software engineer", location="Dallas, TX", results_wanted=20, - hours_old=72, # (only linedin is hour specific, others round up to days old) + hours_old=72, # (only linkedin is hour specific, others round up to days old) country_indeed='USA' # only needed for indeed / glassdoor ) print(f"Found {len(jobs)} jobs")