From 555c0c85d66be1a955a9a189c2a74bc10043ba48 Mon Sep 17 00:00:00 2001 From: Daniel Date: Wed, 21 May 2025 12:33:05 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1d69d75..1cec957 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ This package includes the following functionalities: 5. Adding translations to form elements using the `LabelTranslationCollection` class. This includes: - Field label translations (for all fields and groups). - Option labels (for fields with a finite set of options such as `Select` and `Radio`). -6. Defining values for form fields using the `ValueCollection` class. +6. Defining values for form fields. ## PHP 8