From 3bdcb0e6b16b4eca76a96ad2e810157e8c3655bd Mon Sep 17 00:00:00 2001 From: Kiana Sheibani Date: Fri, 22 Nov 2024 18:44:38 -0500 Subject: [PATCH] fix: correct markdown syntax for admonition --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e1be651..7bda54c 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,8 @@ running a [modified UEFI bootloader](https://github.com/worproject/rpi5-uefi) to provide Linux support. The NixOS code for this can be found in `deploy/rpi5/`, and it is exposed as `nixosModules.deploy-rpi5`. -> [!IMPORTANT] A complete rewrite of the deployment system using +> [!IMPORTANT] +> A complete rewrite of the deployment system using > [NixOps 4](https://github.com/nixops4/nixops4) is planned once that project is > stabilized. This may result in breaking changes to Aether's public interface.