8000 Update README.md · seleniumQuery/seleniumQuery@8d9aed6 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8d9aed6

Browse files
committed
Update README.md
1 parent 4b36c2a commit 8d9aed6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ All you have to do is download [their executables](https://github.com/seleniumQu
152152

153153
```java
154154
// Using Chrome
155-
$.driver().useChrome(); // will look for chromedriver(.exe) to you, including in the classpath!
155+
$.driver().useChrome(); // will look for chromedriver/exe to you, including in the classpath!
156156
// Or if you want to set the path yourself
157157
$.driver().useChrome().withPathToChromeDriver("path/to/chromedriver.exe")
158158

0 commit comments

Comments
 (0)
0