From 6722b8f45708d378de8d5df5d7d1287d90b3a92e Mon Sep 17 00:00:00 2001 From: franbromley <121868937+franbromley@users.noreply.github.com> Date: Tue, 6 Feb 2024 18:51:20 +0000 Subject: [PATCH] Update README.md remove unnecessary drivel - let's get to the point ;) Co-authored-by: Phil Wills --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f443d8b..816e94a 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ We would like you to update the skeleton project in this repository to provide a ### What does a successful submission look like? A high-quality submission will have the following: - Meet the requirements above -- Appropriate use of language features to solve the problem in a neat and simple way +- Appropriate use of language features to solve the problem in a simple way - Code that is easy to read and reason about. Typically using software design principles like SOLID. - Unit tests