From 072347a49eecfbe54aaec768f8fde4cc1494e10a Mon Sep 17 00:00:00 2001 From: Moritz Date: Tue, 6 Oct 2020 15:31:34 +0200 Subject: [PATCH] docs(readme): add website note --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 5b987188..df025d32 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ ![react-flow](https://user-images.githubusercontent.com/2857535/95202503-b0317780-07e1-11eb-86b1-127fe312facf.jpg) +## ✨ React Flow has a [new website](https://reactflow.dev) ✨ + # React Flow React Flow is a library for building node-based graphs. You can easily implement custom node types and it comes with components like a mini-map and graph controls. Feel free to check out the [examples](https://reactflow.dev/) or read the [blog post](https://webkid.io/blog/react-flow-node-based-graph-library/) to get started.