From 6f2e317bb8b9716293c7d8f0cdd77b4792ea7f70 Mon Sep 17 00:00:00 2001 From: moklick Date: Mon, 11 May 2020 13:46:28 +0200 Subject: [PATCH] docs(readme): add edges example --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b550aff3..fd65e849 100644 --- a/README.md +++ b/README.md @@ -281,6 +281,7 @@ You can find all examples in the [example](example) folder or check out the live - [basic](https://react-flow.netlify.app/basic) - [custom node](https://react-flow.netlify.app/custom-node) - [stress](https://react-flow.netlify.app/stress) +- [edges](https://react-flow.netlify.app/edges) - [empty](https://react-flow.netlify.app/empty) - [inactive](https://react-flow.netlify.app/inactive)