From 9d623cfcc71bccb4ab90e135af13474faece2473 Mon Sep 17 00:00:00 2001
From: "nabil.abdennad" <nabil.abdennadher@hesge.ch>
Date: Mon, 16 Sep 2024 15:11:25 +0200
Subject: [PATCH] update

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

diff --git a/README.md b/README.md
index fc678d4..0d4a59e 100644
--- a/README.md
+++ b/README.md
@@ -67,7 +67,7 @@ Before deploying the chatbot on an EC2 instance, complete the following prelimin
 1. Create a Key Pair: This key pair will be used for SSH access to your EC2 instance whe you need it.
 
 2. Create a Security Group: Define rules to allow the instance to be accessible externally. The security group should include the following rules:
-    - For inbound rules: you need to allow SSH traffic, HTTP/HTTPs trafic and open port 8501 used by the applicstion.
+    - For inbound rules: you need to allow SSH traffic, HTTP/HTTPs trafic and open port 8501 used by the application.
     - Outbound Rules: Allow all traffic.
 
 * Prepare config.ini:
-- 
GitLab