From f8a8ef3d6b9c3e2b468de70bc30f22f96e8998ce Mon Sep 17 00:00:00 2001
From: wa2-alaaiddin <wassem2.alaaiddin@live.uwe.ac.uk>
Date: Wed, 21 Dec 2022 20:38:42 +0000
Subject: [PATCH] README.md

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

diff --git a/README.md b/README.md
index de57a45..7ae0beb 100644
--- a/README.md
+++ b/README.md
@@ -16,7 +16,7 @@
 
 1. Task 1 (UFCFVQ-15-M Programming Task 1.ipynb)
 
-    The tasks in this section can be solved using mathematical equations and pre-built functions in Python. The code is organized in the task1.dot file. One weakness of the code is that it relies heavily on pre-built functions and does not make use of libraries such as CSV and Pandas, which could potentially make the code shorter and more efficient. There are also opportunities for improvement by updating the tasks to be solved using pure Python and by improving the custom table with a more efficient algorithm and better formatting.
+    The tasks in this section can be solved using mathematical equations and pre-built functions in Python. One weakness of the code is that it relies heavily on pre-built functions and does not make use of libraries such as CSV and Pandas, which could potentially make the code shorter and more efficient. There are also opportunities for improvement by updating the tasks to be solved using pure Python and by improving the custom table with a more efficient algorithm and better formatting.
 
 
 2. Task 2 (UFCFVQ-15-M Programming Task 2.ipynb)
-- 
GitLab