diff --git a/README.md b/README.md index e3e1377..43eea71 100644 --- a/README.md +++ b/README.md @@ -162,13 +162,13 @@ _(Tip: Run `/plugin list` inside Claude Code to verify the plugin is active, or **1. Install marketplace:** ```bash -codex plugin marketplace add GoogleCloudPlatform/data-agent-kit +codex plugin marketplace add GoogleCloudPlatform/data-cloud-plugins ``` **2. Install the plugin:** ```bash -codex plugin add cloud-sql-mysql@data-agent-kit +codex plugin add cloud-sql-mysql@data-cloud-plugins ``` **3. Set env vars:** @@ -176,7 +176,7 @@ Enter your environment vars as described in the [configuration section](#configu **4. (Optional) Update the marketplace:** ```sh -codex plugin marketplace upgrade data-agent-kit +codex plugin marketplace upgrade data-cloud-plugins ```