From c703fb4511e9d1e5818b46d15006adbdc14d72d0 Mon Sep 17 00:00:00 2001 From: Pankaj Parashar Date: Thu, 26 Aug 2021 16:12:37 +0530 Subject: [PATCH] Updating instructions for Cask installation on MAC https://github.com/Homebrew/discussions/discussions/902 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index becd86a..28d40b7 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ We recommended running it locally instead of using the Dockerfile or to increase Ensure you have installed `chromedriver`. If you don't have it, install it on MAC with: ``` -brew tap homebrew/cask && brew cask install chromedriver +brew tap homebrew/cask && brew install --cask chromedriver ``` or on Linux with: ```