diff --git a/Chromium-Install.md b/Chromium-Install.md index 62f8af5..605a571 100644 --- a/Chromium-Install.md +++ b/Chromium-Install.md @@ -27,7 +27,7 @@ playwright install --with-deps chromium ``` ### macOS -If you already have `/Applications/Chromium.app`, you don't need to run this. +If you already have `/Applications/Chromium.app` (or `Google Chrome.app`), you don't need to run this. ```bash brew install --cask chromium ```