From 5f1df0878b88ce3667086285680f6342f82e71f2 Mon Sep 17 00:00:00 2001 From: Gray Campbell <12163070+graycampbell@users.noreply.github.com> Date: Sun, 20 Apr 2025 15:47:10 -0500 Subject: [PATCH] Update CONTRIBUTING.md Signed-off-by: Gray Campbell <12163070+graycampbell@users.noreply.github.com> --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 237178b..9655a9e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -27,7 +27,7 @@ located at the repository's root. To install these dependencies, use the command line to navigate to the repository’s root and run the following command: ``` -brew bundle +brew bundle install ``` ## Code Formatting