Skip to content

Commit

Permalink
fix: typo in the readme (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
reugn committed Mar 9, 2024
1 parent 1640bb3 commit bb365e0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ See the [go install](https://go.dev/ref/mod#go-install) instructions for more in
## Usage

### API key
To use `gemini-cli`, you'll need an API key set in the `GEMINI_API_KEY` environment variable. If you don't already have one, create a key in [Google AI Studio](https://makersuite.google.com/app/apikey).
To use `gemini-cli`, you'll need an API key set in the `GEMINI_API_KEY` environment variable.
If you don't already have one, create a key in [Google AI Studio](https://makersuite.google.com/app/apikey).

> [!NOTE]
> For information on the available regions for the Gemini API and Google AI Studio, see [here](https://ai.google.dev/available_regions#available_regions).
Expand All @@ -36,7 +37,7 @@ To use `gemini-cli`, you'll need an API key set in the `GEMINI_API_KEY` environm
The system chat message must begin with an exclamation mark and is used for internal operations.
A short list of supported system commands:

| Command | Descripton
| Command | Description
| --- | ---
| !q | Quit the application
| !p | Delete the history used as chat context by the model
Expand Down

0 comments on commit bb365e0

Please sign in to comment.