From a5718e5f6244a65b1d26842f8bdbc61ff27f0a97 Mon Sep 17 00:00:00 2001 From: starlord Date: Mon, 24 Apr 2023 22:40:22 +0400 Subject: [PATCH] Update README.md (#9) --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index ceb0509..f7a4246 100644 --- a/README.md +++ b/README.md @@ -104,6 +104,10 @@ fn main() { .unwrap(); } ``` + +![Screenshot 2023-04-24 at 22 04 49](https://user-images.githubusercontent.com/32969427/234086555-afdf5dfa-31be-46f2-b46e-1e9a45e1a50f.png) + + 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. ---