Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ghost committed Aug 9, 2023
1 parent 53b976d commit aa7a7cd
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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()
);
```

0 comments on commit aa7a7cd

Please sign in to comment.