From b2a6670208cb2ba7234396308b0652dffcec3437 Mon Sep 17 00:00:00 2001 From: starlord Date: Mon, 24 Apr 2023 22:42:35 +0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f7a4246..d79b5a6 100644 --- a/README.md +++ b/README.md @@ -110,6 +110,6 @@ fn main() { You can further customize the appearance and behavior of your graph by modifying the settings or adding more nodes and edges as needed. Don't forget to apply changes return from the widget. ---- +### Interactive You can check more advanced [interactive example](https://github.com/blitzarx1/egui_graph/tree/master/examples/interactive) for usage references, settings description and changes apply demonstration.