From 24e86da575fd3c975f23f4c17b6c7fd0c1c62c52 Mon Sep 17 00:00:00 2001 From: Samin Amanat Date: Wed, 16 Apr 2025 11:42:46 -0700 Subject: [PATCH] Update README.md (#46) Fix a typo where a p should have been a q --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dd36c4bc..e38a5fa5 100644 --- a/README.md +++ b/README.md @@ -152,7 +152,7 @@ Both approaches are _transparent_ to everyday usage – you still run `codex` fr | -------------- | ----------------------------------- | ------------------------------------ | | `codex` | Interactive REPL | `codex` | | `codex "…"` | Initial prompt for interactive REPL | `codex "fix lint errors"` | -| `codex -q "…"` | Non‑interactive "quiet mode" | `codex -p --json "explain utils.ts"` | +| `codex -q "…"` | Non‑interactive "quiet mode" | `codex -q --json "explain utils.ts"` | Key flags: `--model/-m`, `--approval-mode/-a`, and `--quiet/-q`.