update readme

This commit is contained in:
ghost 2023-08-09 15:33:03 +03:00
parent 53b976d58e
commit aa7a7cd864

View file

@ -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()
);
```