From c27dc7b4aa6d285b0e6da1b1fcae09f9b6b5a14f Mon Sep 17 00:00:00 2001 From: Daniel Kibblewhite <daniel2.kibblewhite@live.uwe.ac.uk> Date: Wed, 13 Nov 2024 11:00:09 +0000 Subject: [PATCH] updated task 2 just md to complete then build --- ws1/README.md | 4 ++-- ws1/{src/task2 => }/Task2_error.jpg | Bin ws1/{src/task2 => }/Task2_full.jpg | Bin 3 files changed, 2 insertions(+), 2 deletions(-) rename ws1/{src/task2 => }/Task2_error.jpg (100%) rename ws1/{src/task2 => }/Task2_full.jpg (100%) diff --git a/ws1/README.md b/ws1/README.md index 551fcb7..9d3d9b3 100644 --- a/ws1/README.md +++ b/ws1/README.md @@ -90,11 +90,11 @@ In order to show that this code runs, I have included two photos: - **Photo 1**: Shows what happens when someone enters a number that is outside of the validation rule. -  +  - **Photo 2**: Shows the full code working. -  +  ## Further Steps & Conclusion diff --git a/ws1/src/task2/Task2_error.jpg b/ws1/Task2_error.jpg similarity index 100% rename from ws1/src/task2/Task2_error.jpg rename to ws1/Task2_error.jpg diff --git a/ws1/src/task2/Task2_full.jpg b/ws1/Task2_full.jpg similarity index 100% rename from ws1/src/task2/Task2_full.jpg rename to ws1/Task2_full.jpg -- GitLab