From e445701d5e6dc959f2127d863ba6dead78882fee Mon Sep 17 00:00:00 2001 From: Xuechun Hua <122423248+XuechunHHH@users.noreply.github.com> Date: Thu, 1 Aug 2024 16:52:16 -0700 Subject: [PATCH] Fix the bug in untap partiql --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 645444b..807f82f 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ This will display usage information, command line options and guidance to help y To untap this repository and delete the formulas from your system, run: ```bash -brew untap partiql/partiql && brew uninstall partiql-cli +brew uninstall partiql-cli && brew untap partiql/partiql ``` ## Security