fix: capitalize Rust in CONTRIBUTING.md (#6640)

Signed-off-by: Bodhi Silberling <bodhirussellsilberling@yahoo.com>
This commit is contained in:
Bodhi Russell Silberling
2026-01-22 10:08:15 -08:00
committed by GitHub
parent e2f580407e
commit 615c51f793
+2 -2
View File
@@ -41,8 +41,8 @@ If you use Goose, Copilot, Claude, or other AI tools to help with your PRs:
## Prerequisites ## Prerequisites
goose includes rust binaries alongside an electron app for the GUI. 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 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. 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`. We provide a shortcut to standard commands using [just][just] in our `justfile`.