From 66c3cc898212404ec086ba53d90abe3a80d1972f Mon Sep 17 00:00:00 2001 From: phoenix Date: Fri, 24 Oct 2025 12:47:13 -0400 Subject: [PATCH] Updated readme --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dfacd68..5e931ed 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,3 @@ -A library containing commonly used models and functions that is used throughout -icarus projects. This reduces the amount of duplicated code without a benefit. +A library containing commonly used structs, functions, enums, constants and other code +that is used throughout the icarus projects. Code from this library serves as the model +for other projects in the icarus project.