Change bash to shell in README (#132)

This commit is contained in:
Ilan Bigio 2025-04-16 18:33:42 -04:00 committed by GitHub
parent 40266beebe
commit 72d0230b33
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -49,7 +49,7 @@ npm install -g @openai/codex
Next, set your OpenAI API key as an environment variable:
```bash
```shell
export OPENAI_API_KEY="your-api-key-here"
```