From fa67328a64c7a7fd777caebda00188240490df68 Mon Sep 17 00:00:00 2001 From: Moritz Date: Wed, 6 May 2020 16:32:02 +0200 Subject: [PATCH] docs(readme): fix example link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 79fcd168..e9a4c3ce 100644 --- a/README.md +++ b/README.md @@ -242,7 +242,7 @@ const GraphWithControls = () => ( You can find all examples in the [example](example) folder or check out the live versions: -- [rich](https://react-flow.netlify.app/rich) +- [rich](https://react-flow.netlify.app/) - [basic](https://react-flow.netlify.app/basic) - [custom node](https://react-flow.netlify.app/custom-node) - [stress](https://react-flow.netlify.app/stress)