From 4b4b1887852533ba20a6b434a728e5dae2f2a291 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gustavo=20G=C3=B3mez?= Date: Sat, 20 Apr 2019 02:51:57 -0500 Subject: [PATCH] Fixed browser names (#60) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 40c522d..f738351 100644 --- a/README.md +++ b/README.md @@ -182,8 +182,8 @@ In addition, Chromium-based browsers support the following `make` goals: | ----------------------------- | ----------------------------------------------------------------------------------------------------------- | | `make policies-chromium-user` | Automatically install browser extension from Web Store for Chromium browser, for the current user only | | `make policies-chrome-user` | Automatically install browser extension from Web Store for Google Chrome browser, for the current user only | -| `make policies-brave-user` | Automatically install browser extension from Web Store for Vivaldi browser, for the current user only | -| `make policies-vivaldi-user` | Automatically install browser extension from Web Store for Brave browser, for the current user only | +| `make policies-brave-user` | Automatically install browser extension from Web Store for Brave browser, for the current user only | +| `make policies-vivaldi-user` | Automatically install browser extension from Web Store for Vivaldi browser, for the current user only | | `sudo make policies-chromium` | Automatically install browser extension from Web Store for Chromium browser, system-wide | | `sudo make policies-chrome` | Automatically install browser extension from Web Store for Google Chrome browser, system-wide | | `sudo make policies-brave` | Automatically install browser extension from Web Store for Brave browser, system-wide |