From 26d551e303bc6ba59ca70b961f58d1b8f48a1c44 Mon Sep 17 00:00:00 2001 From: Arash Ari Sheyda <38922203+arashsheyda@users.noreply.github.com> Date: Wed, 16 Apr 2025 12:03:52 -0600 Subject: [PATCH] chore(readme): fix typos (#27) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 221bddcb..e312caea 100644 --- a/README.md +++ b/README.md @@ -130,7 +130,7 @@ Both approaches are _transparent_ to everyday usage – you still run `codex` fr | Requirement | Details | | --------------------------- | --------------------------------------------------------------- | | Operating systems | macOS 12+, Ubuntu 20.04+/Debian 10+, or Windows 11 **via WSL2** | -| Node.js | **22 newer** (LTS recommended) | +| Node.js | **22 or newer** (LTS recommended) | | Git (optional, recommended) | 2.23+ for built‑in PR helpers | | ripgrep (optional) | `rg` accelerates large‑repo search | | RAM | 4‑GB minimum (8‑GB recommended) | @@ -276,7 +276,7 @@ Any model available with [Responses API](https://platform.openai.com/docs/api-re ## Contributing -This project is under active development and the code will likely change pretty siginificantly. We'll update this message once that's complete! +This project is under active development and the code will likely change pretty significantly. We'll update this message once that's complete! More broadly We welcome contributions – whether you are opening your very first pull request or you’re a seasoned maintainer. At the same time we care about reliability and long‑term maintainability, so the bar for merging code is intentionally **high**. The guidelines below spell out what “high‑quality” means in practice and should make the whole process transparent and friendly.