From f88f6c8c0586bb69d1f0fbb6b4f594f5309b38b9 Mon Sep 17 00:00:00 2001 From: "adam.paterson" Date: Thu, 4 Sep 2025 13:42:39 +0100 Subject: [PATCH] fix: incorrect tree structure in examples --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a2bc464..4f7a7a2 100644 --- a/README.md +++ b/README.md @@ -207,7 +207,7 @@ At this stage, your project folder contents should resemble the following: │ ├── setup-plan.sh │ └── update-claude-md.sh ├── specs -│ └── 002-create-taskify +│ └── 001-create-taskify │ └── spec.md └── templates ├── CLAUDE-template.md @@ -260,7 +260,7 @@ The output of this step will include a number of implementation detail documents │ ├── setup-plan.sh │ └── update-claude-md.sh ├── specs -│ └── 002-create-taskify +│ └── 001-create-taskify │ ├── contracts │ │ ├── api-spec.json │ │ └── signalr-spec.md