From 3859f86876ab80a49b637502c9e31ac750b2bb43 Mon Sep 17 00:00:00 2001 From: Daniel <59575049+lumijiez@users.noreply.github.com> Date: Fri, 4 Oct 2024 16:39:08 +0300 Subject: [PATCH] fix report --- src/main/java/org/lumijiez/labs/first/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/lumijiez/labs/first/README.md b/src/main/java/org/lumijiez/labs/first/README.md index 615eef9..e6c2fae 100644 --- a/src/main/java/org/lumijiez/labs/first/README.md +++ b/src/main/java/org/lumijiez/labs/first/README.md @@ -10,7 +10,7 @@ ## Implementation -The Library Management System allows users (students and professors) to borrow and return books while managing the underlying book and user storage efficiently. This implementation employs several creational design patterns while adhering to SOLID principles. +The Library Management System allows users (students and professors) to borrow and return books while managing the underlying book and user storage efficiently. This implementation employs several SOLID principles. ### Key SOLID Principles