From 864100d74947a5ca1a55a3dc2284d292577e383f Mon Sep 17 00:00:00 2001 From: Takhsin Saraira Date: Sun, 22 Oct 2023 20:15:05 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 206cc60..15b1b68 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # constant-containers [![Java CI with Gradle](https://github.com/mrsaraira/constant-containers/actions/workflows/gradle.yml/badge.svg)](https://github.com/mrsaraira/constant-containers/actions/workflows/gradle.yml) -Flexible generic data structure for storing immutable constant values, which can replace enums for more complex usages. +Flexible generic data structure for storing immutable constant values, which can enhance enums for more complex usages. The idea is to have enum-like containers to store constants but with a more flexible data structure and operations on the containers and the stored constants. For example, you might want to have one-to-many data relations between the constants, or one-many-one or you could have a simple (one-to-one) enumeration and a single powerful util to operate the containers and constants.