diff --git a/README.md b/README.md index a45303e..050420d 100644 --- a/README.md +++ b/README.md @@ -45,4 +45,10 @@ foreach ($calendarMonth->getNodes() as $day => $node) ###### Client-side -Coming soon on [YGGstate](https://github.com/YGGverse/YGGstate) +Coming soon on [YGGstate](https://github.com/YGGverse/YGGstate) or play with dump generated: + +``` +var_dump( + $calendarMonth->getNodes() +); +``` \ No newline at end of file