From 475b1eac0c2469352d03189de8b91ec58960beb6 Mon Sep 17 00:00:00 2001 From: david_smith Date: Mon, 30 Dec 2024 14:54:20 -0500 Subject: [PATCH] Update `README.md`. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0047eef..db5c573 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ A lightweight, trait-based approach to **type-safe** object hydration. Define your data resolution logic in one place. No more scattered checks, no inheritance hassles—just straightforward, type-safe PHP objects. -> **Why you’ll love it**: +**Why you’ll love it**: > - **Simplify object hydration** with recursive instantiation > - **Enforce type safety** so your objects are always correct > - **Reduce boilerplate** by eliminating repetitive validation checks