From b409de5578e48bb9556685c62aeebc56da35e666 Mon Sep 17 00:00:00 2001
From: j2-pelczar <jakub2.pelczar@live.uwe.ac.uk>
Date: Wed, 4 Dec 2024 21:06:54 +0000
Subject: [PATCH] Update README.md

---
 README.md | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/README.md b/README.md
index 00af4f2..0ae7553 100644
--- a/README.md
+++ b/README.md
@@ -13,25 +13,25 @@ the practical application of these concepts through structured tasks and accompa
 ```
 /
 ├── worksheet_one/
-│   ├── .vscode/                 # IDE configuration files
+│   ├── .vscode/                 # Configuration files
 │   ├── docs/                    # Documentation for Worksheet 1
-│   ├── task_1/                  # Implements Task 1: File parsing and validation
-│   ├── task_2/                  # Implements Task 2: Data processing using templates
-│   ├── task_3/                  # Implements Task 3: Advanced data manipulation
-│   ├── task_4/                  # Integrates features from previous tasks
-│   ├── tasks_revisited/         # Combines tasks 2 and 3 using templates for reusability
+│   ├── task_1/                  # Implements Task 1 
+│   ├── task_2/                  # Implements Task 2 
+│   ├── task_3/                  # Implements Task 3 
+│   ├── task_4/                  # Creating a template method allowing for easier implementation 
+│   ├── tasks_revisited/         # Using template from task 4 to re-visit tasks 2 and 3
 │
 ├── worksheet_two/
-│   ├── .vscode/                 # IDE configuration files
+│   ├── .vscode/                 # Configuration files
 │   ├── docs/                    # Documentation for Worksheet 2
 │   ├── simpletest/              # Testing framework for Worksheet Two
 │   ├── task_1_bump_allocator/   # Implements a custom memory allocator
 │   ├── task_2_unit_tests/       # Unit tests for validating functionality
-│   ├── task_3/                  # Extends features with advanced functionality
+│   ├── task_3/                  # Implements Task 3
 │
 ├── worksheet_zero/
-│   ├── TicTacToe/               # Simple implementation of the TicTacToe game
-│   └── hello_world.cpp          # Basic "Hello, World!" example in C++
+│   ├── TicTacToe/               # Simple TicTacToe game
+│   └── hello_world.cpp          # Basic example of running C++ program
 ```
 
 ---
-- 
GitLab