diff --git a/README.md b/README.md index 0346816..925048d 100755 --- a/README.md +++ b/README.md @@ -19,12 +19,11 @@ ``` #### Other examples -[Static Chart](https://code.corpglory.net/chartwerk/line-pod/src/branch/main/examples/demo.html) - -[Live Chart](https://code.corpglory.net/chartwerk/line-pod/src/branch/main/examples/demo_live.html) - -[Vertical Chart](https://code.corpglory.net/chartwerk/line-pod/src/branch/main/examples/demo_vertical.html) - +* [Basic](https://code.corpglory.net/chartwerk/line-pod/src/branch/main/examples/basic.html) +* [Live](https://code.corpglory.net/chartwerk/line-pod/src/branch/main/examples/live.html) +* [Vertical](https://code.corpglory.net/chartwerk/line-pod/src/branch/main/examples/vertical.html) +* [Segments](https://code.corpglory.net/chartwerk/line-pod/src/branch/main/examples/segments.html) +* [Markers](https://code.corpglory.net/chartwerk/line-pod/src/branch/main/examples/markers.html) ### Development diff --git a/examples/demo.html b/examples/basic.html similarity index 100% rename from examples/demo.html rename to examples/basic.html diff --git a/examples/demo_live.html b/examples/live.html similarity index 100% rename from examples/demo_live.html rename to examples/live.html diff --git a/examples/demo_vertical.html b/examples/vertical.html similarity index 100% rename from examples/demo_vertical.html rename to examples/vertical.html