From 416fe3e74feafbdaa4f5dfb3d5afd9c5cdfdd996 Mon Sep 17 00:00:00 2001
From: "marcoemi.poleggi" <marco-emilio.poleggi@hesge.ch>
Date: Sun, 27 Oct 2024 15:23:51 +0100
Subject: [PATCH] Update README.md

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 97ae805..42523be 100644
--- a/README.md
+++ b/README.md
@@ -245,7 +245,7 @@ You deployed, now what? Well, now you are going to do a bash program to constant
 First, check the **External IP** of the load balancer:
 
 ```bash
-kubectl get service http-echo-service
+kubectl get service loadbalancer
 ```
 
 Then, write a shell script that sends some (at least 10) HTTP requests in a loop via `curl`.
-- 
GitLab