update README.md

This commit is contained in:
2025-02-09 15:48:52 +02:00
parent 4dd26a979c
commit 583bfecd51

View File

@ -56,10 +56,12 @@ Some text
### Example Project Structure
```
project-folder/
│-- main.typ
│-- template.typ
│-- images/
├── main.typ
├── template.typ
├── images/
│ ├── figure1.png
│ ├── figure2.png
│ ├── ...
├── ...
```
This setup ensures that `main.typ` includes and applies the template correctly.