From ac9762a66461c98a0f561ad7282616a1994a3f5e Mon Sep 17 00:00:00 2001 From: Johnny Mast Date: Fri, 9 Sep 2016 19:44:34 +0200 Subject: [PATCH] Updated Readme.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index db39e5b..1ef7d25 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ # Redbox-hydrate -Hydrating an object is fancy talk for populating properties on PHP objects. This Hydrator helps you to quickly **hydrate** new class instances and returns the populated result. ***Please note*** it does not mether if you have private or protected properties in your class it will take care of that for you. Look in the examples folder for basic [examples](examples). +Hydrating an object is fancy talk for populating properties on PHP objects. This Hydrator helps you to quickly **hydrate** new class instances and returns the populated result. ***Please note*** it does not mether if you have private or protected properties in your class it will take care of that for you. Look in the examples folder for basic [https://github.com/johnnymast/redbox-hydrator/tree/master/examples](examples). ## Examples