Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
iamdual committed Sep 1, 2024
1 parent c62f55c commit 7c70d86
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,8 @@ from ua_generator.data.version import VersionRange

# Choosing only versions within specified ranges
options = Options(version_ranges={
'chrome': VersionRange(125, 129),
'chrome': VersionRange(125, 129), # Choose version between 125 and 129
'edge': VersionRange(min_version=120), # Choose version 120 minimum
})
ua = ua_generator.generate(browser='chrome', options=options)
```
Expand Down

0 comments on commit 7c70d86

Please sign in to comment.