From 92f06b67740ff4313cf09698bc851fc7d7cbbf9e Mon Sep 17 00:00:00 2001 From: Bill Murdock Date: Fri, 2 Jan 2026 12:04:15 -0500 Subject: [PATCH] docs: Update install instructions with the new repo name --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 20c171b..aa12a24 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ A CLI tool that uses LLMs (Claude) to generate a structured, human-friendly road 1. **Clone the repository**: ```bash -git clone https://github.com/jwm4/review-roadmap.git +git clone https://github.com/ambient-code/review-roadmap.git cd review-roadmap ```