From 61d503315dba7d5e59f4088d3fa2ac6342b6bc4a Mon Sep 17 00:00:00 2001 From: brabli <67018167+brabli@users.noreply.github.com> Date: Thu, 27 Nov 2025 15:28:06 +0000 Subject: [PATCH] Update readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9eab6d1..6837039 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # PCM Metadata Bundle -Easily add metadata to a Symfony entity via the use of a key-value interface. +Easily add scalar metadata to a Symfony entity via the use of a key-value interface. # Usage 1. Use the `MetadataTrait` inside an entity: @@ -20,3 +20,4 @@ $entity->metadata->isSet("name"); // true > Like setting a property normally, setting metadata values will not automatically update the database. You must call `flush()` from the `EntityManager` as usual when you wish to persist data. +