From 6c9c730f1ef30bfcb1d7f5872169005dd9178cda Mon Sep 17 00:00:00 2001 From: Diogo21Costa <53279352+Diogo21Costa@users.noreply.github.com> Date: Thu, 26 Oct 2023 13:39:47 +0100 Subject: [PATCH] fix(setup4): add a fix to modifications description Signed-off-by: Diogo21Costa <53279352+Diogo21Costa@users.noreply.github.com> --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8ceec25..4235c4f 100644 --- a/README.md +++ b/README.md @@ -711,8 +711,8 @@ First, we need to load our guests: Let's now update our VM list size to integrate our new guest: ```diff -- .vmlist_size = 2, -+ .vmlist_size = 3, +- .vmlist_size = 1, ++ .vmlist_size = 2, ``` Then, we need to rearrange the number of vCPUs: