From 882f28841bc9b4cd4e21e4ae81aa9d28e0893bf9 Mon Sep 17 00:00:00 2001
From: Stephen D <webmaster@scd31.com>
Date: Tue, 14 Jan 2025 20:41:38 -0500
Subject: [PATCH] readme fix

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 9bb3669..79e972c 100644
--- a/README.md
+++ b/README.md
@@ -5,5 +5,5 @@ Sometimes getting Rust projects to compile is hard! Wouldn't it be nice if your
 ## How it works
 
 1. Install with `cargo install cargo-gg`
-1. Use `gg` as a wrapper (e.g. `cargo gg run`
+1. Use `gg` as a wrapper (e.g. `cargo gg run` to run your Rust project)
 1. If your project fails to build, and then it succeeds, cargo will say "Good girl!"
-- 
GitLab