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