From 0efb76ecdd2fe473da742f9611dd8c1c56fc749e Mon Sep 17 00:00:00 2001 From: Moritz Date: Thu, 4 Jun 2020 10:34:18 +0200 Subject: [PATCH] docs(readme): add examples --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 42ea872f..66d872ee 100644 --- a/README.md +++ b/README.md @@ -502,6 +502,8 @@ You can find all examples in the [example](example) folder or check out the live - [custom node](https://react-flow.netlify.app/custom-node) - [horizontal](https://react-flow.netlify.app/horizontal) - [stress](https://react-flow.netlify.app/stress) +- [validation](https://react-flow.netlify.app/validation) +- [provider](https://react-flow.netlify.app/provider) - [edges](https://react-flow.netlify.app/edges) - [empty](https://react-flow.netlify.app/empty) - [inactive](https://react-flow.netlify.app/inactive)