chore(readme): cleanup

This commit is contained in:
Moritz
2020-05-06 00:46:12 +02:00
committed by GitHub
parent 1bdcc807fc
commit bf68d30d2a
+2 -2
View File
@@ -7,7 +7,7 @@ React Flow is a library for building node-based graphs. You can easily implement
- [Key Features](#key-features) - [Key Features](#key-features)
- [Installation](#installation) - [Installation](#installation)
- [Usage](#usage) - [Usage](#usage)
- [Props](#props) - [ReactFlow Component Props](#reactflow-component-props)
- [Nodes](#nodes) - [Nodes](#nodes)
- [Props](#props-1) - [Props](#props-1)
- [Node Types / Custom Nodes](#node-types--custom-nodes) - [Node Types / Custom Nodes](#node-types--custom-nodes)
@@ -58,7 +58,7 @@ const BasicGraph = () => (
); );
``` ```
## Props ## ReactFlow Component Props
- `elements`: array of [nodes](#nodes) and [edges](#edges) *(required)* - `elements`: array of [nodes](#nodes) and [edges](#edges) *(required)*
- `onElementClick`: element click handler - `onElementClick`: element click handler