diff --git a/README.md b/README.md
index de57a45708624d4a400923c1ce9b6ebeab22af3b..7ae0bebe2284188ec258d6cdf1ec83a7307869b6 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)