summaryrefslogtreecommitdiff
path: root/packages/cli/README.md
diff options
context:
space:
mode:
authorTaylor Mullen <[email protected]>2025-05-14 13:51:17 -0700
committerN. Taylor Mullen <[email protected]>2025-05-14 22:07:03 -0700
commit5b4c9e8e43d3d43f6e77f8596c94a120e1f52695 (patch)
treeb9ab96af286d7dc5660f2007916cd9485f9ab130 /packages/cli/README.md
parentaec6c0861e8244cdaefda14840844e922705c8fa (diff)
Update Gemini Code verbiage -> Gemini CLI
- Did not update details that impact GC execution. Meaning packages are still named gemini-code (for now) and things that import them still import them as gemini-code.
Diffstat (limited to 'packages/cli/README.md')
-rw-r--r--packages/cli/README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/cli/README.md b/packages/cli/README.md
index 42e5edf1..1c57b695 100644
--- a/packages/cli/README.md
+++ b/packages/cli/README.md
@@ -1,6 +1,6 @@
-# Gemini Code CLI
+# Gemini CLI
-This package contains the core command-line interface for Gemini Code.
+This package contains the core command-line interface for Gemini CLI.
## Setup
@@ -28,7 +28,7 @@ This command executes the TypeScript compiler (`tsc`) as defined in this package
## Running
-To start the Gemini Code CLI directly from this directory:
+To start the Gemini CLI directly from this directory:
```bash
npm start