From 50778f0e117d79f5513b6cdc8f6f46471d64e85a Mon Sep 17 00:00:00 2001 From: Willhoit Date: Thu, 7 Sep 2023 13:45:14 -0500 Subject: [PATCH] fix: remove colon (#588) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d19f7232..56906334 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ We always recommend using the latest version of these commands bundled with the ## Install ```bash -sfdx plugins:install custom-metadata@x.y.z +sfdx plugins install custom-metadata@x.y.z ``` ## Issues