From 583bfecd5130521165918f47fc98905c4ecfbb35 Mon Sep 17 00:00:00 2001 From: unexplrd Date: Sun, 9 Feb 2025 15:48:52 +0200 Subject: [PATCH] update README.md --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b713b7d..d464c95 100644 --- a/README.md +++ b/README.md @@ -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.