From 7dca03ee52b2bfe1f14145fb805fec8da2e2f9f0 Mon Sep 17 00:00:00 2001 From: ghost Date: Sun, 13 Aug 2023 21:48:07 +0300 Subject: [PATCH] update readme --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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