Skip to content

Commit

Permalink
docs: correct README to not use obsolete version (#321)
Browse files Browse the repository at this point in the history
  • Loading branch information
mhx8 committed Apr 21, 2024
1 parent cfc2852 commit 1814939
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Expand Up @@ -118,8 +118,7 @@ Or you can specify to automatically download a driver matching the version of th
```csharp
new DriverManager().SetUpDriver(
"https://chromedriver.storage.googleapis.com/2.25/chromedriver_win32.zip",
Path.Combine(Directory.GetCurrentDirectory(), "chromedriver.exe"),
"chromedriver.exe"
Path.Combine(Directory.GetCurrentDirectory(), "chromedriver.exe")
);
```

Expand Down

0 comments on commit 1814939

Please sign in to comment.