From a459d8abfb76a2a1c0a5258b2937570c52e4edcc Mon Sep 17 00:00:00 2001 From: Micke <155267459+reallesee@users.noreply.github.com> Date: Sat, 16 Aug 2025 10:21:21 +0200 Subject: [PATCH] fix GitHub markdown syntax for NOTE block in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8c4252df..c5de6a50 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ The following are the hardware specifications we use in production: - **Storage**: RAID 0 of all local NVMe drives (`/dev/nvme*`) - **Filesystem**: ext4 -[!NOTE] +> [!NOTE] To run the node using a supported client, you can use the following command: `CLIENT=supported_client docker compose up --build`