diff --git a/README.md b/README.md index 6b14610..7c3fe16 100644 --- a/README.md +++ b/README.md @@ -7,10 +7,14 @@ Build calendar graphs with unlimited chart layers #### [Month](https://github.com/YGGverse/graph-php/blob/main/src/Calendar/Month.php) -##### Example - ![2 layers example](https://github.com/YGGverse/graph-php/blob/main/media/calendar/example-2-layers.png?raw=true) +##### Live examples + + * [https://94.140.114.241/yggstate](https://94.140.114.241/yggstate) + +##### Usage + ###### Server-side ``` @@ -54,8 +58,4 @@ To make your own implementation, play with: var_dump( $calendarMonth->getNodes() ); -``` - -###### Live examples - - * [https://94.140.114.241/yggstate](https://94.140.114.241/yggstate) \ No newline at end of file +``` \ No newline at end of file