diff --git a/README.md b/README.md
index 2a9bb13..460671f 100644
--- a/README.md
+++ b/README.md
@@ -4,8 +4,8 @@
- [Packer based PVE image templates](#packer-based-pve-image-templates)
- [Table of Contents](#table-of-contents)
- - [Repository structure](#repository-structure)
- [Templates](#templates)
+ - [Repository structure](#repository-structure)
- [Initial Setup](#initial-setup)
- [Create Token](#create-token)
- [Initialize Packer](#initialize-packer)
@@ -14,6 +14,12 @@
- [Setup new templates](#setup-new-templates)
- [ToDo](#todo)
+## Templates
+
+| Template ID | OS | Version | Path | LUKS encrypted? | Mac Address | IP Address |
+| :---------- | :--------------------------------------------------------------------------------------------- | :-------- | :---------------------- | :-------------- | :---------------- | :---------------------- |
+| 65000 |
Debian | 13-trixie | `debian/13-trixie-luks` | ✅ | BC:24:11:00:13:37 | 192.168.9.29 (via DHCP) |
+
## Repository structure
```shell
@@ -50,12 +56,6 @@ Name
└── variables-common.pkr.hcl Shared Packer variables used by templates.
```
-## Templates
-
-| Template ID | OS | Version | Path | LUKS encrypted? | Mac Address | IP Address |
-| :---------- | :--------------------------------------------------------------------------------------------- | :-------- | :---------------------- | :-------------- | :---------------- | :---------------------- |
-| 65000 |
Debian | 13-trixie | `debian/13-trixie-luks` | ✅ | BC:24:11:00:13:37 | 192.168.9.29 (via DHCP) |
-
## Initial Setup
### Create Token