Skip to content

Commit 68a5bc8

Browse files
committed
chore: minor readme cleanup
1 parent 472d8ce commit 68a5bc8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ uv run pytest
2727

2828
```
2929
├── src/
30-
│ ├── lean_spec/ # Main specification modules
30+
│ ├── lean_spec/ # Main specifications
3131
│ │ ├── __init__.py
3232
│ │ └── ...
33-
│ └── subspecs/ # Sub-specifications (EIPs)
34-
│ ├── poseidon2/ # Example implementation
33+
│ └── subspecs/ # Sub-specifications
34+
│ ├── poseidon2/
3535
│ │ ├── __init__.py
3636
│ │ ├── poseidon2.py
3737
│ │ └── ...

0 commit comments

Comments
 (0)