From a7da8ea434452408040e2d111a47e4446dc15b06 Mon Sep 17 00:00:00 2001
From: "marcoemi.poleggi" <marco-emilio.poleggi@hesge.ch>
Date: Fri, 1 Nov 2024 19:35:00 +0100
Subject: [PATCH] Fixed README.md typos

---
 SwitchEngines/README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/SwitchEngines/README.md b/SwitchEngines/README.md
index 2094cc8..1a76372 100644
--- a/SwitchEngines/README.md
+++ b/SwitchEngines/README.md
@@ -763,10 +763,10 @@ be remotely controlled, which complicates service deployment operations:
 indeed, Terraform is normally installed and called from a workstation. There
 are two possibilities:
 
-a. Use TF's special *resource-less provisioners* within the same TF plan to
+1. Use TF's special *resource-less provisioners* within the same TF plan to
    spawn operations on the target infrastructure after its provisioning.
 
-a. Use TF's official Kubernetes provider with an auxiliary TF plan
+1. Use TF's official Kubernetes provider with an auxiliary TF plan
    exploiting and SSH tunnel to the instance, after its provisioning by the
    main TF plan.
 
-- 
GitLab