Skip to content

Commit 1814939

Browse files
authored
docs: correct README to not use obsolete version (#321)
1 parent cfc2852 commit 1814939

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,7 @@ Or you can specify to automatically download a driver matching the version of th
118118
```csharp
119119
new DriverManager().SetUpDriver(
120120
"https://chromedriver.storage.googleapis.com/2.25/chromedriver_win32.zip",
121-
Path.Combine(Directory.GetCurrentDirectory(), "chromedriver.exe"),
122-
"chromedriver.exe"
121+
Path.Combine(Directory.GetCurrentDirectory(), "chromedriver.exe")
123122
);
124123
```
125124

0 commit comments

Comments
 (0)