diff --git a/public/talos/v1.12/configure-your-talos-cluster/images-container-runtime/image-cache.mdx b/public/talos/v1.12/configure-your-talos-cluster/images-container-runtime/image-cache.mdx
index d34a587..129964c 100644
--- a/public/talos/v1.12/configure-your-talos-cluster/images-container-runtime/image-cache.mdx
+++ b/public/talos/v1.12/configure-your-talos-cluster/images-container-runtime/image-cache.mdx
@@ -32,7 +32,9 @@ talosctl images talos-bundle ${release_v1_12} >> images.txt
or deploy an [Image Factory](../../../../omni/infrastructure-and-extensions/self-hosted/deploy-image-factory-on-prem) to host Talos images internally.
-Including all talos-bundle images will significantly increase the size of your installation media. The minimum images to install Talos include the `installer` and `installer-base` images.
+
+Including all talos-bundle images will significantly increase the size of your installation media. The minimum images to install Talos include the `installer` and `installer-base` images.
+
Next, prepare an OCI image which contains all cached images:
```bash