Skip to content

Commit

Permalink
fix: consistency in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
49Simon committed Nov 5, 2024
1 parent f5e6ffc commit 3f0b081
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -223,11 +223,11 @@ This file defines your job search parameters and bot behavior. Each section cont
- Set to `true` to include remote jobs, `false` to exclude them
- `experienceLevel:`
- `experience_level:`
- Set desired experience levels to `true`, others to `false`
- `jobTypes:`
- `job_types:`
- Set desired job types to `true`, others to `false`
- `date:`
Expand Down
12 changes: 6 additions & 6 deletions data_folder_example/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,28 +2,28 @@ remote: true
hybrid: true
onsite: true

experienceLevel:
experience_level:
internship: false
entry: true
associate: true
mid-senior level: true
director: false
executive: false

jobTypes:
full-time: true
job_types:
full_time: true
contract: false
part-time: false
part_time: false
temporary: true
internship: false
other: false
volunteer: true

date:
all time: false
all_time: false
month: false
week: false
24 hours: true
24_hours: true

positions:
- Software engineer
Expand Down

0 comments on commit 3f0b081

Please sign in to comment.