From 007e31ad94b8439f76dfbaf15abe12812688dba0 Mon Sep 17 00:00:00 2001
From: Alex <36111671+Tjaarda1@users.noreply.github.com>
Date: Fri, 26 Jan 2024 10:29:03 +0100
Subject: [PATCH] Update README.md: typo fixes

---
 deployments/README.md | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/deployments/README.md b/deployments/README.md
index 855f058..1cdd71c 100644
--- a/deployments/README.md
+++ b/deployments/README.md
@@ -39,12 +39,12 @@ l2sm-operator-7794c5f66d-b9nsf     2/2     Running   0          119m   10.1.14.4
 l2sm-switch-49qpq                  1/1     Running   0          129m   10.1.14.63   l2sm1   <none>           <none>
 l2sm-switch-2g696                  1/1     Running   0          129m   10.1.72.73   l2sm2   <none>           <none>
 ```
-With the components: _l2sm-controller_, _l2sm-operator_ and one _l2sm-switch_ for **each** node in the cluster.
+With the components: _l2sm-controller_, _l2sm-operator_ and one _l2sm-switch_ for **each** node in the cluster. 
 
-## Configuring VxLANs
+After the installation, you can start using L2S-M in one Node. If your Cluster has more than one Node, additional steps must be done, to configure which Nodes are connected between themselves as can be seen in the next subsection, configuring the VxLAN tunnels.
 
-Each Node enables the creation of custom L2S-M networks, as can be seen in the [examples section](../../examples/) section. But for communicating pods that are in different Nodes of the cluster, additional configuration must be done, the VxLAN tunnels between them.
+## Configuring VxLANs
 
-You can proceed to configure Vxlans by following the steps outlined in [the vxlan configuration guide.](../deployment/vxlans.md)
+Each Node enables the creation of custom L2S-M networks, as can be seen in the [examples section.](../examples/) But for communicating pods that are in different Nodes of the cluster, additional configuration must be done, the VxLAN tunnels between them.
 
-You are all set! If you want to learn how to create virtual networks and use them in your applications, [check the following section of the repository](https://github.com/Networks-it-uc3m/L2S-M/tree/release-2.0/examples/)
+But don't worry! A guide on how this is configured step by step is outlined in [the vxlan configuration guide.](../deployment/vxlans.md)
-- 
GitLab