Skip to content

Commit

Permalink
fix chrome driver_version readme typo (#573)
Browse files Browse the repository at this point in the history
  • Loading branch information
ndepaola authored Jul 27, 2023
1 parent 29a3c0b commit 8eebb04
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 @@ -274,7 +274,7 @@ Specify the version of webdriver you need. And webdriver-manager will download i
```python
from webdriver_manager.chrome import ChromeDriverManager

ChromeDriverManager(version="2.26").install()
ChromeDriverManager(driver_version="2.26").install()
```

### `cache_valid_range`
Expand Down

0 comments on commit 8eebb04

Please sign in to comment.