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 |