From 8c92ddd54e636636df8619f0939e83b4a8e1e643 Mon Sep 17 00:00:00 2001
From: "nabil.abdennad" <nabil.abdennadher@hesge.ch>
Date: Wed, 23 Apr 2025 08:11:26 +0200
Subject: [PATCH] Minor updates

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

diff --git a/README.md b/README.md
index 222310c..0f1e8c8 100644
--- a/README.md
+++ b/README.md
@@ -98,7 +98,7 @@ Both the `data-retrieval` and `forecast` folders have the following structure:
 ### Task 1: Redis deployment
 
 1. Fill the redis-deployment.yaml
-2. Dploy the redis module using kubectl.
+2. Deploy the redis module using kubectl.
 
 ### Task 2: Data Retrieval deployment
 
@@ -110,7 +110,7 @@ kubectl create secret generic <name-of-the-secrets> \
   --from-literal=AWS_SECRET_ACCESS_KEY=<your secret key>
 ```
 1. Build the Data Retrieval docker and push it to your dockerhub account
-2. complete the file "data-retrieval-deployment.yaml"
+2. Complete the file "data-retrieval-deployment.yaml"
 3. Deploy the data-retrieval module using kubectl
 
 ### Task 3: Forecast deployment
-- 
GitLab