From 9bf7b6ebabede639a490ccae40a6f7599d0b3e3d Mon Sep 17 00:00:00 2001 From: CharlesCNorton <135471798+CharlesCNorton@users.noreply.github.com> Date: Tue, 10 Jun 2025 08:13:25 -0400 Subject: [PATCH] Update README.md Typo correction: cutomize -> customize --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2aaf132..9782d92 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ `codex-universal` is a reference implementation of the base Docker image available in [OpenAI Codex](http://platform.openai.com/docs/codex). -This repository is intended to help developers cutomize environments in Codex, by providing a similar image that can be pulled and run locally. This is not an identical environment but should help for debugging and development. +This repository is intended to help developers customize environments in Codex, by providing a similar image that can be pulled and run locally. This is not an identical environment but should help for debugging and development. For more details on environment setup, see [OpenAI Codex](http://platform.openai.com/docs/codex).