From 0f0cc0329198da00ddccad7bd90f12ccc8fcea51 Mon Sep 17 00:00:00 2001 From: Amjith Ramanujam Date: Mon, 18 Aug 2025 08:34:08 -0700 Subject: [PATCH] Remove non-ascii chars. --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 61afa6328b..76e3a4ed60 100644 --- a/README.md +++ b/README.md @@ -113,10 +113,10 @@ Build & Run ``` Convenience (via `just`, inside `codex-rs`) -- `just codex` — run the CLI -- `just tui` — run the TUI subcommand -- `just fmt` — format code -- `just fix` — apply clippy fixes +- `just codex` - run the CLI +- `just tui` - run the TUI subcommand +- `just fmt` - format code +- `just fix` - apply clippy fixes ### Using Codex with your ChatGPT plan