From a21cc6cc36649ec1dd284c926251cd9974d5185b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastien=20B=C3=BCrky?= Date: Sat, 20 Apr 2024 22:46:25 +0200 Subject: [PATCH] Fix self introduced Typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c16d4a4..2924c69 100644 --- a/README.md +++ b/README.md @@ -196,8 +196,8 @@ The following optional commands can be used to manage your application configura ./installer.sh --user --uninstall # Remove all configured applications for the current user ./installer.sh --system --uninstall # Remove all configured applications for the entire system ``` -./installer.sh --user --setupAllOfficiallySupportedApps # Configures all officially support applications for the current user -./installer.sh --system --setupAllOfficiallySupportedApps # Configures all officially support applications for the entire system +./installer.sh --user --setupAllOfficiallySupportedApps # Configures all officially supported applications for the current user +./installer.sh --system --setupAllOfficiallySupportedApps # Configures all officially supported applications for the entire system ``` ## Shout outs