From 09e3bd64d2dfef63547b689e18caa3fc3ff6b5ad Mon Sep 17 00:00:00 2001 From: Moritz Date: Tue, 2 Jun 2020 18:44:03 +0200 Subject: [PATCH] docs(readme): add provider example links --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 9e9dd086..42ea872f 100644 --- a/README.md +++ b/README.md @@ -369,6 +369,7 @@ const FlowWithOwnProvider = () => ( ); ``` +It is used in the [provider example](example/src/Provider/index.js). # Styling @@ -504,6 +505,7 @@ You can find all examples in the [example](example) folder or check out the live - [edges](https://react-flow.netlify.app/edges) - [empty](https://react-flow.netlify.app/empty) - [inactive](https://react-flow.netlify.app/inactive) +- [provider](https://react-flow.netlify.app/provider) # Development