summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Carolin <[email protected]>2025-07-02 16:58:38 -0700
committerGitHub <[email protected]>2025-07-02 23:58:38 +0000
commite7b0b49c82bc31560bcef9e97d80402f959f37af (patch)
tree35d978e96f8624a2df8e76e0f0e5a7e0a7c185ad
parent82a0ac3d1e9c8909186de47da540ad07a93d4cb7 (diff)
Fix typo in README (#3061)
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
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.