Merge pull request #186 from wbkd/develop

chore(readme): typo
This commit is contained in:
Moritz
2020-05-04 17:13:26 +02:00
committed by GitHub
+6 -6
View File
@@ -200,10 +200,10 @@ const GraphWithControls = () => (
## Examples ## Examples
You can find all examples in the [example](example) folder. They are also deployt: You can find all examples in the [example](example) folder or check out the live versions:
- [rich](https://react-flow.netlify.com/rich) - [rich](https://react-flow.netlify.app/rich)
- [basic](https://react-flow.netlify.com/basic) - [basic](https://react-flow.netlify.app/basic)
- [empty](https://react-flow.netlify.com/empty) - [empty](https://react-flow.netlify.app/empty)
- [inactive](https://react-flow.netlify.com/inactive) - [inactive](https://react-flow.netlify.app/inactive)
- [custom node](https://react-flow.netlify.com/custom-node) - [custom node](https://react-flow.netlify.app/custom-node)