From 6007bf2fca0bd7ddbe2bdc4615b7ac42c68bac36 Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Thu, 14 Mar 2024 00:33:17 -0700 Subject: [PATCH] Updated Chromium Install (markdown) --- Chromium-Install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ```