From 253d16b4c95e58addd0218469699d07225f68850 Mon Sep 17 00:00:00 2001 From: Anatol Belski Date: Thu, 15 Sep 2022 13:14:15 +0200 Subject: [PATCH] README: Fix contents entry indent The `#use-prebuilt-binaries` entry shifted to the left due to wrong markup. Signed-off-by: Anatol Belski --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9b5ac9b60..c4b88613e 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ - [Install prerequisites](#install-prerequisites) - [Clone and build](#clone-and-build) - [Containerized builds and tests](#containerized-builds-and-tests) -- [Use Prebuilt Binaries](#use-prebuilt-binaries) + - [Use Prebuilt Binaries](#use-prebuilt-binaries) - [Run](#run) - [Cloud image](#cloud-image) - [Custom kernel and disk image](#custom-kernel-and-disk-image)