From bf68d30d2aa85496b830387e0944b25c7633b166 Mon Sep 17 00:00:00 2001 From: Moritz Date: Wed, 6 May 2020 00:46:12 +0200 Subject: [PATCH] chore(readme): cleanup --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6c90113d..470d20d8 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ React Flow is a library for building node-based graphs. You can easily implement - [Key Features](#key-features) - [Installation](#installation) - [Usage](#usage) -- [Props](#props) +- [ReactFlow Component Props](#reactflow-component-props) - [Nodes](#nodes) - [Props](#props-1) - [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)* - `onElementClick`: element click handler