From 615c51f7935b02411b5fade0c2a6df97d2f8dfd5 Mon Sep 17 00:00:00 2001 From: Bodhi Russell Silberling Date: Thu, 22 Jan 2026 10:08:15 -0800 Subject: [PATCH] fix: capitalize Rust in CONTRIBUTING.md (#6640) Signed-off-by: Bodhi Silberling --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 250a6ad237..8b19ce2130 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -41,8 +41,8 @@ If you use Goose, Copilot, Claude, or other AI tools to help with your PRs: ## Prerequisites -goose includes rust binaries alongside an electron app for the GUI. To work -on the rust backend, you will need to [install rust and cargo][rustup]. To work +goose includes Rust binaries alongside an electron app for the GUI. To work +on the Rust backend, you will need to [install Rust and cargo][rustup]. To work on the App, you will also need to [install node and npm][nvm] - we recommend through nvm. We provide a shortcut to standard commands using [just][just] in our `justfile`.