From cb6d894f3c1e0b854ac77e73182ceb9bf39d9d8a Mon Sep 17 00:00:00 2001
From: "nabil.abdennad" <nabil.abdennadher@hesge.ch>
Date: Mon, 16 Sep 2024 15:10:40 +0200
Subject: [PATCH] minor update

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

diff --git a/README.md b/README.md
index d75f874..fc678d4 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 for the server.
+    - For inbound rules: you need to allow SSH traffic, HTTP/HTTPs trafic and open port 8501 used by the applicstion.
     - Outbound Rules: Allow all traffic.
 
 * Prepare config.ini:
-- 
GitLab