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

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"
```