From 41a9f442f45a10f001a137a5dbf997051bf4dabf Mon Sep 17 00:00:00 2001 From: Frederik Beimgraben Date: Thu, 30 Oct 2025 21:53:15 +0100 Subject: [PATCH] fix: README --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1c164de..4e44396 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,7 @@ The template automatically loads all necessary packages. Key dependencies includ ## 📁 Project Structure ```sh -SAT-WiSe-25-26/ +HSRT-Report/ │ ├── HSRTReport/ # Document class files │ ├── HSRTReport.cls # Main class definition @@ -107,6 +107,7 @@ SAT-WiSe-25-26/ │ ├── Settings/ # Document settings │ ├── General.tex # General settings +│ ├── CleverefNames.tex # \cref names configuration │ └── Logos.tex # Logo configuration │ ├── scripts/ # Chapter management scripts @@ -332,7 +333,7 @@ The workflow will automatically: 1. Go to the **Actions** tab in your GitHub repository 2. Select a workflow run 3. Scroll down to **Artifacts** -4. Download `SAT-WiSe-25-26-PDF` +4. Download `Main.pdf` ## 🐛 Troubleshooting