From 7de7d53748bca73f78ce0d86940f699c11e0f053 Mon Sep 17 00:00:00 2001
From: Daniel Kibblewhite <daniel2.kibblewhite@live.uwe.ac.uk>
Date: Wed, 13 Nov 2024 10:57:15 +0000
Subject: [PATCH] updated task 2 just md to complete then build

---
 ws1/README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ws1/README.md b/ws1/README.md
index 88b9a61..cc02d9c 100644
--- a/ws1/README.md
+++ b/ws1/README.md
@@ -75,14 +75,14 @@ nasm -f elf asm_io.asm -o asm_io.o            # Assemble the I/O library
 gcc -m32 -c driver.c -o driver.o              # Compile the C driver
 gcc -m32 driver.o task2.o asm_io.o -o task2   # Link to create the executable
 
-... 
+```
 
 ### Run Programme
 To run the programme, use the command:
 ```bash
 ./task2
 
-...
+```
 
 ## Showing an Example of Task 2 Running
 
-- 
GitLab