From 72d0230b332a1e0cb4d893cedbf4350559b9cb38 Mon Sep 17 00:00:00 2001 From: Ilan Bigio Date: Wed, 16 Apr 2025 18:33:42 -0400 Subject: [PATCH] Change bash to shell in README (#132) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cfcabb24..3ee12fbf 100644 --- a/README.md +++ b/README.md @@ -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" ```