Skip to content

Commit 1881b7c

Browse files
modification
1 parent 713507a commit 1881b7c

1 file changed

Lines changed: 12 additions & 10 deletions

File tree

README.md

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -103,20 +103,22 @@ python tree_gui.py --theme ruby --density 1.3
103103

104104
## Project Structure
105105

106+
106107
```text
107108
.
108-
|-- assets/
109-
| `-- preview.png
110-
|-- .github/
111-
| `-- workflows/
112-
| `-- ci.yml
113-
|-- tree_gui.py
114-
|-- requirements.txt
115-
|-- pyproject.toml
116-
|-- LICENSE
117-
`-- README.md
109+
├── assets/
110+
└── preview.png
111+
├── .github/
112+
└── workflows/
113+
└── ci.yml
114+
├── tree_gui.py
115+
├── requirements.txt
116+
├── pyproject.toml
117+
├── LICENSE
118+
└── README.md
118119
```
119120

121+
120122
## Quality Checks
121123

122124
Run the same checks used by CI:

0 commit comments

Comments
 (0)