From 42efe1689adba06618ca741663abe64f78b8caad Mon Sep 17 00:00:00 2001 From: Bill Murdock Date: Fri, 2 Jan 2026 10:27:26 -0500 Subject: [PATCH] Fix typo in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1de78b6..20c171b 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Code Review Roadmap -A CLI tool that uses LLMs (Claude) to generate a structured, human-friendly roadmap for reviewing GitHub Pull Requests. It acts as a "Guide", helping you understand the architecture and review order of a complex PR before you dive into the diffs. +A CLI tool that uses LLMs (Claude) to generate a structured, human-friendly roadmap for reviewing GitHub Pull Requests. It acts as a guide, helping you understand the architecture and review order of a complex PR before you dive into the diffs. ## Features