From 25ef20bae5ed7892e83215b36c06294c4f6b4206 Mon Sep 17 00:00:00 2001 From: Cullen Watson Date: Fri, 9 Feb 2024 14:00:05 -0600 Subject: [PATCH] docs: readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")