From 4f9ee70da74bcf2b0662a5866caceb20baf5f3a5 Mon Sep 17 00:00:00 2001 From: david_smith Date: Fri, 1 Nov 2024 13:25:48 -0400 Subject: [PATCH] Update `README.md` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d902999..2446c29 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ [![License](https://img.shields.io/packagist/l/zero-to-prod/data-model?color=pink)](https://github.com/zero-to-prod/data-model/blob/main/LICENSE.md) A `DataModel` provides a lightweight, non-invasive way to hydrate PHP objects recursively. -By leveraging PHP’s type system and attributes, it enables developers to instantiate type-safe objects effortlessly by resolving values at runtime. +By leveraging PHP’s type system and attributes, you can instantiate type-safe objects effortlessly by resolving values at runtime. ### Why Use DataModel?