From 1afaf174f113eb93b4ea52ca08922046995561a3 Mon Sep 17 00:00:00 2001
From: "abir.chebbi" <abir.chebbi@hes-so.ch>
Date: Mon, 16 Sep 2024 14:14:10 +0200
Subject: [PATCH] adjust readme

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

diff --git a/README.md b/README.md
index d2b2f41..2587eb2 100644
--- a/README.md
+++ b/README.md
@@ -86,7 +86,7 @@ In the `ec2.create_instance` we have the following parameters:
     This is the script: 
 
     ```yaml
-    script = f"""#!/bin/bash
+    f"""#!/bin/bash
     cat <<EOT > /home/ubuntu/chatbot-lab/Part\ 2/config.ini
     {config_content}
     EOT
@@ -94,6 +94,7 @@ In the `ec2.create_instance` we have the following parameters:
     ## Run the apllication 
     cd /home/ubuntu/chatbot-lab/Part\ 2
     streamlit run main.py 
+    """
 
     ````
 
-- 
GitLab