From e7b0b49c82bc31560bcef9e97d80402f959f37af Mon Sep 17 00:00:00 2001 From: Michael Carolin Date: Wed, 2 Jul 2025 16:58:38 -0700 Subject: [PATCH] Fix typo in README (#3061) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d7e2b3e6..96350496 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ You are now ready to use the Gemini CLI! ### Use a Gemini API key: -The Gemini API provides a free tier with [100 requets per day](https://ai.google.dev/gemini-api/docs/rate-limits#free-tier) using Gemini 2.5 Pro, control over which model you use, and access to higher rate limits (with a paid plan): +The Gemini API provides a free tier with [100 requests per day](https://ai.google.dev/gemini-api/docs/rate-limits#free-tier) using Gemini 2.5 Pro, control over which model you use, and access to higher rate limits (with a paid plan): 1. Generate a key from [Google AI Studio](https://aistudio.google.com/apikey). 2. Set it as an environment variable in your terminal. Replace `YOUR_API_KEY` with your generated key.