Skip to content

Commit

Permalink
simplify the example
Browse files Browse the repository at this point in the history
  • Loading branch information
iamdual committed Aug 20, 2024
1 parent 18ce887 commit 26c82e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ ua = ua_generator.generate(browser=('chrome', 'edge'), options=options)

# Select versions within a specified range
options = Options(selected_versions={
'chrome': VersionRange(min_version=125, max_version=129),
'chrome': VersionRange(125, 129),
})
ua = ua_generator.generate(browser='chrome', options=options)
```
Expand Down

0 comments on commit 26c82e2

Please sign in to comment.