diff --git a/README.md b/README.md index 2c1baf5..49c7628 100644 --- a/README.md +++ b/README.md @@ -86,6 +86,7 @@ use \MyNamespace\MyObject; $handler = new JsonHandler(); $myObject = new MyObject(); + // This parses the json string and hydrates the original object, modifying it $handler->hydrateObject($jsonString, $myObject);