Skip to content

Commit 23c6bf1

Browse files
authored
Merge pull request #19 from adam-paterson/fix/really-important-documentation-fix
fix: incorrect tree structure in examples
2 parents 36fbb85 + f88f6c8 commit 23c6bf1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ At this stage, your project folder contents should resemble the following:
207207
│ ├── setup-plan.sh
208208
│ └── update-claude-md.sh
209209
├── specs
210-
│ └── 002-create-taskify
210+
│ └── 001-create-taskify
211211
│ └── spec.md
212212
└── templates
213213
├── CLAUDE-template.md
@@ -260,7 +260,7 @@ The output of this step will include a number of implementation detail documents
260260
│ ├── setup-plan.sh
261261
│ └── update-claude-md.sh
262262
├── specs
263-
│ └── 002-create-taskify
263+
│ └── 001-create-taskify
264264
│ ├── contracts
265265
│ │ ├── api-spec.json
266266
│ │ └── signalr-spec.md

0 commit comments

Comments
 (0)