Skip to content

Commit 085e595

Browse files
authored
docs:readme
1 parent 335e20e commit 085e595

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
@@ -28,8 +28,7 @@ _Python version >= [3.10](https://www.python.org/downloads/release/python-3100/)
2828
from staffspy import LinkedInAccount, SolverType, DriverType, BrowserType
2929

3030
account = LinkedInAccount(
31-
# if issues with webdriver, specify its exact location
32-
# driver_type=DriverType(
31+
# driver_type=DriverType( # if issues with webdriver, specify its exact location, download link in the FAQ
3332
# browser_type=BrowserType.CHROME,
3433
# executable_path="/Users/pc/chromedriver-mac-arm64/chromedriver"
3534
# ),

0 commit comments

Comments
 (0)