fix: README ToC did not match contents (#1857)

Similar to https://github.com/openai/codex/pull/1855, this got through.

Fixed by running:

```
python3 scripts/readme_toc.py --fix README.md
```
This commit is contained in:
Michael Bolin
2025-08-05 11:48:28 -07:00
committed by GitHub
parent bd24bc320e
commit 0c5fa271bc

View File

@@ -18,7 +18,7 @@ This is the home of the **Codex CLI**, which is a coding agent from OpenAI that
- [Quickstart](#quickstart)
- [OpenAI API Users](#openai-api-users)
- [OpenAI Plus/Pro Users](#openai-pluspro-users)
- [Using OpenAI Open Source Models](#using-open-source-models)
- [Using Open Source Models](#using-open-source-models)
- [Why Codex?](#why-codex)
- [Security model & permissions](#security-model--permissions)
- [Platform sandboxing details](#platform-sandboxing-details)