From c9324de539078bcd3738828ed3407a17ec32eb32 Mon Sep 17 00:00:00 2001 From: Bruno Coelho <4brunu@users.noreply.github.com> Date: Tue, 12 Jan 2021 15:36:48 +0000 Subject: [PATCH] Fix readme brew uninstall instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9ec16b7ff..13625e98d 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,7 @@ If you have an existing installation of the 'Java GCM' on macOS and you have ins To uninstall, run the following: ```shell -brew cask uninstall git-credential-manager-core +brew uninstall --cask git-credential-manager-core ``` ---