Skip to content

Commit 36801df

Browse files
committed
Update the documentation
1 parent 66ac404 commit 36801df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

help_docs/webdriver_installation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,15 +54,15 @@ Here's where you can go to manually install web drivers from the source:
5454
* You can also install drivers by using ``brew`` (aka ``homebrew``), but you'll need to install that first. [Brew installation instructions are here](https://github.com/seleniumbase/SeleniumBase/blob/master/help_docs/install_python_pip_git.md).
5555

5656
```bash
57-
brew cask install chromedriver
57+
brew install --cask chromedriver
5858

5959
brew install geckodriver
6060
```
6161

6262
You can also upgrade existing webdrivers:
6363

6464
```bash
65-
brew cask upgrade chromedriver
65+
brew upgrade --cask chromedriver
6666

6767
brew upgrade geckodriver
6868
```

0 commit comments

Comments
 (0)