From 953e7e2f2471ad2937a52297c54d48ff40318d57 Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Tue, 12 Mar 2019 20:42:28 -0400 Subject: [PATCH] Updated Chromium Install (markdown) --- Chromium-Install.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Chromium-Install.md b/Chromium-Install.md index 82cbd03..beb9d90 100644 --- a/Chromium-Install.md +++ b/Chromium-Install.md @@ -12,7 +12,7 @@ Google Chrome 73.0.3683.75 beta # should be >v59 ## Installing Chromium ### macOS -If you already have Chromium installed at `/Applications/Chromium.app`, you don't need to run this. +If you already have `/Applications/Chromium.app`, you don't need to run this. ```bash brew cask install chromium-browser ``` @@ -27,7 +27,7 @@ apt install chromium-browser ## Installing Google Chrome ### macOS -If you already have Google Chrome installed at `/Applications/Google Chrome.app`, you don't need to run this. +If you already have `/Applications/Google Chrome.app`, you don't need to run this. ```bash brew cask install google-chrome ```